aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/gnunet-gns-import.sh2
1 files changed, 1 insertions, 1 deletions
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=''
26while getopts "c:" opt; do 26while getopts "c:" opt; do
27 case $opt in 27 case $opt in
28 c) 28 c)
29 options+="-c $OPTARG" 29 options="$options -c $OPTARG"
30 ;; 30 ;;
31 \?) 31 \?)
32 echo "Invalid option: -$OPTARG" >&2 32 echo "Invalid option: -$OPTARG" >&2