Ver código fonte

Don't always exit on error

Samuel W. Flint 5 anos atrás
pai
commit
00073cfd81
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      git-sync

+ 0 - 2
git-sync

@@ -1,7 +1,5 @@
 #!/bin/sh
 
-set -e
-
 if ! GITDIR=$(git rev-parse --git-dir) ; then
     echo "Not in a git repository" >&2
     exit 0