From 0ebab689b76c81f6ee6b0ce534414681cc8043d8 Mon Sep 17 00:00:00 2001 From: Mitch Weaver Date: Wed, 29 Nov 2023 07:13:11 -0600 Subject: [PATCH] asdf --- scripts/re-pull-git.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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