Fixed bug parsing -N.
[dcp.git] / dcp-update
index 06787d3..069d846 100755 (executable)
@@ -21,7 +21,6 @@ while [ "${1:0:1}" = - ]; do
     shift
     if [ "$opt" = N ]; then
        push=n
-       shift
     elif [ "$opt" = h ]; then
        usage
        exit 0