From: Stefan Huber <shuber@sthu.org>
Date: Mon, 19 Dec 2022 10:15:50 +0000 (+0100)
Subject: git-pull-all: Remove bash'ism
X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=cd6474eeb205232d46536180c4396a60d5172736;p=shutils.git

git-pull-all: Remove bash'ism
---

diff --git a/git/git-pull-all b/git/git-pull-all
index 521c26c..bd6182f 100755
--- a/git/git-pull-all
+++ b/git/git-pull-all
@@ -28,7 +28,7 @@
 set -e
 set -u
 
-function showHelp
+showHelp()
 {
 	echo "Usage: $0 [-h|--help]"
 	echo "       $0 [OPTIONS]"