summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3ad96af..b2109cc 100755
--- a/configure
+++ b/configure
@@ -15,7 +15,7 @@ get_optval(){
local ret
case "$1" in
--*=?*)
- echo "${1:9}"
+ echo "${1}" |cut -d '=' -f 2-
ret=0
;;
*)