* install.sh: Correct misspelling of transformbasename.

This commit is contained in:
Ian Lance Taylor 1996-03-15 00:18:41 +00:00
parent e6769dee6d
commit c0914b6e6e
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
* install.sh: Correct misspelling of transformbasename.
* config.guess: Recognize mips-*-sysv*.
Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>

View file

@ -27,7 +27,7 @@ stripprog="${STRIPPROG-strip}"
rmprog="${RMPROG-rm}"
mkdirprog="${MKDIRPROG-mkdir}"
tranformbasename=""
transformbasename=""
transform_arg=""
instcmd="$mvprog"
chmodcmd="$chmodprog 0755"