diff options
Diffstat (limited to '.app')
-rw-r--r-- | .app/lib/app-conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |