From 3fbe0adcf59318ec025ee7021d70294705226c7b Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Thu, 27 Feb 2020 20:10:10 +0100 Subject: [PATCH] sh? --- update-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-all.sh b/update-all.sh index d95f2d9d..06d23294 100755 --- a/update-all.sh +++ b/update-all.sh @@ -1,4 +1,4 @@ cd update for f in *.sh; do - bash "$f" -H + sh "$f" done \ No newline at end of file