X-Git-Url: https://oss.titaniummirror.com/gitweb?p=git-utils.git;a=blobdiff_plain;f=git-local;h=d908a92d78ded463daa3fa3acf6276d0d5c89cdd;hp=3378a2c645cf3b8b0c9b75ffd7ea2ba6130fbc4c;hb=deed66c863e13a1fb1b94d57c7b0d158d70cba46;hpb=10fb90c36b245c1f0e876f16c9cd2d838e9be1b5 diff --git a/git-local b/git-local index 3378a2c..d908a92 100755 --- a/git-local +++ b/git-local @@ -81,7 +81,7 @@ case "$1" in ;; *) usage - exit 0 + exit 1 ;; esac @@ -96,7 +96,7 @@ elif [ $# -eq 2 ]; then prefix=$2 elif [ $# -gt 2 ]; then usage - exit 0 + exit 1 fi if [ -z "$remote" ]; then @@ -126,6 +126,6 @@ case $op in *) usage - exit 0 + exit 1 ;; esac