diff options
| author | Graydon Hoare <[email protected]> | 2011-03-23 13:34:34 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-23 13:34:42 -0700 |
| commit | afa6960338740087b6cacbb9f143430e8acdbea4 (patch) | |
| tree | 731cc7e095a70548a0a21cab655ffbb11fd1ed48 /configure | |
| parent | Guard texi2pdf on tex probe as well. OSX package systems are real permissive. (diff) | |
| download | rust-afa6960338740087b6cacbb9f143430e8acdbea4.tar.xz rust-afa6960338740087b6cacbb9f143430e8acdbea4.zip | |
Silly typo.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |