summaryrefslogtreecommitdiff
path: root/bin/couchjs.tpl.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/couchjs.tpl.in')
-rw-r--r--bin/couchjs.tpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/couchjs.tpl.in b/bin/couchjs.tpl.in
index ce9aecbe..3e47d6b6 100644
--- a/bin/couchjs.tpl.in
+++ b/bin/couchjs.tpl.in
@@ -75,7 +75,7 @@ parse_script_option_list () {
display_error
fi
set -e
- eval set -- "$options"
+ eval set -- $options
while [ $# -gt 0 ]; do
case "$1" in
-h) shift; display_help; exit $SCRIPT_OK;;