summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 70a3c3d..54d55cb 100755
--- a/configure
+++ b/configure
@@ -8,7 +8,7 @@ PREFIX=/usr/local
# option parsing
for option; do
- if [ "${option%=*}" = '--prefix' ] ; then
+ if [ "${option%%=*}" = '--prefix' ] ; then
PREFIX="${option#*=}"
fi
done