Silly typo.
This commit is contained in:
parent
f740747ea5
commit
afa6960338
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue