aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-23 13:34:34 -0700
committerGraydon Hoare <[email protected]>2011-03-23 13:34:42 -0700
commitafa6960338740087b6cacbb9f143430e8acdbea4 (patch)
tree731cc7e095a70548a0a21cab655ffbb11fd1ed48 /configure
parentGuard texi2pdf on tex probe as well. OSX package systems are real permissive. (diff)
downloadrust-afa6960338740087b6cacbb9f143430e8acdbea4.tar.xz
rust-afa6960338740087b6cacbb9f143430e8acdbea4.zip
Silly typo.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b2b587c9..f75e3d32 100755
--- a/configure
+++ b/configure
@@ -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