From 33ac32f2351b688300e656dfca3f7f6d69e56949 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 12 Oct 2012 14:52:13 +0200 Subject: o Consistent usage while getting conf -s to work for values with space. --- .app/lib/app-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.app/lib') diff --git a/.app/lib/app-conf b/.app/lib/app-conf index 3f2863b..3fcfe88 100644 --- a/.app/lib/app-conf +++ b/.app/lib/app-conf @@ -131,7 +131,7 @@ method_conf() { key=$OPTARG # Remove all options so far shift $((OPTIND-1)) - value=$1 + value="$1" ;; \?) conf_usage "Invalid option: -$OPTARG" -- cgit v1.2.3