Explorar el Código

Don't always exit on error

Samuel W. Flint hace 5 años
padre
commit
00073cfd81
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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