aboutsummaryrefslogtreecommitdiff
path: root/.app
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-10-12 14:52:13 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-10-12 14:52:13 +0200
commit33ac32f2351b688300e656dfca3f7f6d69e56949 (patch)
treea4cf39eeadc445dece173339d3a9c529e775f407 /.app
parent3d6417834481deec5b3c39754c075471e6278225 (diff)
downloadapp.sh-33ac32f2351b688300e656dfca3f7f6d69e56949.tar.gz
app.sh-33ac32f2351b688300e656dfca3f7f6d69e56949.tar.bz2
app.sh-33ac32f2351b688300e656dfca3f7f6d69e56949.tar.xz
app.sh-33ac32f2351b688300e656dfca3f7f6d69e56949.zip
o Consistent usage while getting conf -s to work for values with space.
Diffstat (limited to '.app')
-rw-r--r--.app/lib/app-conf2
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"