aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b2b587c9..f75e3d32 100755
--- a/configure
+++ b/configure
@@ -86,12 +86,12 @@ CFG_CPUTYPE=$(uname -m)
case $CFG_OSTYPE in
MINGW*)
- CFG_SRC_DIR=CFG_SRC_DIR=${0%${0##*\\}}
+ CFG_SRC_DIR=${0%${0##*\\}}
CFG_BUILD_DIR=$PWD
;;
*)
- CFG_SRC_DIR=CFG_SRC_DIR=${0%${0##*/}}
+ CFG_SRC_DIR=${0%${0##*/}}
CFG_BUILD_DIR=$PWD
;;
esac