Skip to content

Commit afa6960

Browse files
committed
Silly typo.
1 parent f740747 commit afa6960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ CFG_CPUTYPE=$(uname -m)
8686
case $CFG_OSTYPE in
8787

8888
MINGW*)
89-
CFG_SRC_DIR=CFG_SRC_DIR=${0%${0##*\\}}
89+
CFG_SRC_DIR=${0%${0##*\\}}
9090
CFG_BUILD_DIR=$PWD
9191
;;
9292

9393
*)
94-
CFG_SRC_DIR=CFG_SRC_DIR=${0%${0##*/}}
94+
CFG_SRC_DIR=${0%${0##*/}}
9595
CFG_BUILD_DIR=$PWD
9696
;;
9797
esac

0 commit comments

Comments
 (0)