From: Fredrik Tolf Date: Mon, 24 Mar 2008 21:55:42 +0000 (+0100) Subject: Fixed bug parsing -N. X-Git-Url: http://dolda2000.com/gitweb/?p=dcp.git;a=commitdiff_plain;h=37df16fdb343d13e5920802850b942c80ed6d081 Fixed bug parsing -N. --- diff --git a/dcp-update b/dcp-update index 06787d3..069d846 100755 --- a/dcp-update +++ b/dcp-update @@ -21,7 +21,6 @@ while [ "${1:0:1}" = - ]; do shift if [ "$opt" = N ]; then push=n - shift elif [ "$opt" = h ]; then usage exit 0