* install.sh: Correct misspelling of transformbasename.
This commit is contained in:
parent
e6769dee6d
commit
c0914b6e6e
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -27,7 +27,7 @@ stripprog="${STRIPPROG-strip}"
|
|||
rmprog="${RMPROG-rm}"
|
||||
mkdirprog="${MKDIRPROG-mkdir}"
|
||||
|
||||
tranformbasename=""
|
||||
transformbasename=""
|
||||
transform_arg=""
|
||||
instcmd="$mvprog"
|
||||
chmodcmd="$chmodprog 0755"
|
||||
|
|
Loading…
Reference in a new issue