[Daniel Leidert]
> --- /usr/bin/svn-do.orig      2010-05-23 17:48:50.000000000 +0200
> +++ /usr/bin/svn-do   2012-06-20 20:12:50.000000000 +0200
> @@ -50,7 +50,7 @@ case "$1" in
>  esac
>  done
>  
> -if ! [ -d .svn ]; then
> +if ! `svn info > /dev/null 2>&1`; then
>      echo "E: Not in a SVN checkout" >&2
>      exit 1
>  fi

That works, but the code is clearer if you omit the `` operators.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to