git-pull-all: Remove bash'ism
authorStefan Huber <shuber@sthu.org>
Mon, 19 Dec 2022 10:15:50 +0000 (11:15 +0100)
committerStefan Huber <shuber@sthu.org>
Mon, 19 Dec 2022 10:15:50 +0000 (11:15 +0100)
git/git-pull-all

index 521c26c6a84db1a1809e8497dc66b5b7d656e5ea..bd6182fb70a234d8bb7ddad224f4aea3372c7153 100755 (executable)
@@ -28,7 +28,7 @@
 set -e
 set -u
 
-function showHelp
+showHelp()
 {
        echo "Usage: $0 [-h|--help]"
        echo "       $0 [OPTIONS]"