We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e500c0a commit 624a9c3Copy full SHA for 624a9c3
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: f740747ea561290b997e09315767bd791192e01e
+refs/heads/master: afa6960338740087b6cacbb9f143430e8acdbea4
trunk/configure
@@ -86,12 +86,12 @@ CFG_CPUTYPE=$(uname -m)
86
case $CFG_OSTYPE in
87
88
MINGW*)
89
- CFG_SRC_DIR=CFG_SRC_DIR=${0%${0##*\\}}
+ CFG_SRC_DIR=${0%${0##*\\}}
90
CFG_BUILD_DIR=$PWD
91
;;
92
93
*)
94
- CFG_SRC_DIR=CFG_SRC_DIR=${0%${0##*/}}
+ CFG_SRC_DIR=${0%${0##*/}}
95
96
97
esac
0 commit comments