Skip to content

Commit 624a9c3

Browse files
committed
---
yaml --- r: 1817 b: refs/heads/master c: afa6960 h: refs/heads/master i: 1815: b45d819 v: v3
1 parent e500c0a commit 624a9c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: f740747ea561290b997e09315767bd791192e01e
2+
refs/heads/master: afa6960338740087b6cacbb9f143430e8acdbea4

trunk/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)