diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,7 +46,7 @@ while [ "x$1" != x ]; do OPT="${OPT#--}" OPT_NAME="${OPT%%=*}" - if [ "x$OPT_BASE" != "x$OPT" ]; then + if [ "x$OPT_NAME" != "x$OPT" ]; then OPT_VAL="${OPT#*=}" else shift @@ -86,7 +86,7 @@ while [ "x$1" != x ]; do OPT_NAME="${OPT%%=*}" OPT_VAL="${OPT#*=}" - case "$1" in + case "$OPT_NAME" in BROWSER_BINARY) BROWSER_BINARY="$OPT_VAL";; CLEAN_PROFILE) |