diff options
Diffstat (limited to 'scripts/autogen.sh')
-rwxr-xr-x | scripts/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh index 6df5413d3..2751a6205 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -21,7 +21,7 @@ aclocal_vers=1.5 DIE=no if test "$1" = "--build-w32"; then tmp=`dirname $0` - tsdir=`cd "$tmp"`; cd ..; pwd) + tsdir=`cd "$tmp"; cd ..; pwd` shift host=i386--mingw32 if [ ! -f $tsdir/scripts/config.guess ]; then |