summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-02 17:47:55 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-02 17:47:55 (GMT)
commit5a9aeaf7a0849b1c5e1819040c6056db32165986 (patch)
tree26706da1674aa84a154298dfb52b88c10d836b71
parentc84805249cd62e60617367019ecc7e4d21a43d8f (diff)
Fix handling --prefix.
-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
;;
*)