From 70759e0496229f2041ddbff76ad89f978434a107 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 20 Dec 2014 11:59:58 +0000 Subject: fix #3588: avoid bash-isms --- contrib/gnunet-gns-import.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/gnunet-gns-import.sh b/contrib/gnunet-gns-import.sh index 0ad3ab1d2..cd3878e11 100755 --- a/contrib/gnunet-gns-import.sh +++ b/contrib/gnunet-gns-import.sh @@ -26,7 +26,7 @@ options='' while getopts "c:" opt; do case $opt in c) - options+="-c $OPTARG" + options="$options -c $OPTARG" ;; \?) echo "Invalid option: -$OPTARG" >&2 -- cgit v1.2.3