diff --git a/scripts/re-pull-git.sh b/scripts/re-pull-git.sh index 458b594..c4ab489 100644 --- a/scripts/re-pull-git.sh +++ b/scripts/re-pull-git.sh @@ -1,5 +1,6 @@ #!/bin/sh -chmod -x globals.sh +chmod -x globals.sh 2>/dev/null ||: +chmod -x lib/globals.sh 2>/dev/null ||: git stash git pull