summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocalgit-remote-init-push2
1 files changed, 1 insertions, 1 deletions
diff --git a/localgit-remote-init-push b/localgit-remote-init-push
index 5d0ab93..80600fa 100755
--- a/localgit-remote-init-push
+++ b/localgit-remote-init-push
@@ -33,7 +33,7 @@ exit1() {
}
# parse cmdline options
-TEMP="`getopt -s h -l help -n "$PRG" -- "$@"`" || exit1
+TEMP="`getopt -s -s sh -o h -l help -n "$PRG" -- "$@"`" || exit1
eval set -- "$TEMP"
while true; do
case "$1" in