summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2002-02-26 10:38:02 +0000
committerThomas Roessler <roessler@does-not-exist.org>2002-02-26 10:38:02 +0000
commit480f56de91a2a60c7bc1acab19d0ca3daf54be85 (patch)
treeca05b0d060eeb2d2b08a10544f2574d382ce6e0c
parentfc90df3e48b45e671b8322b11efa8247f0b5525a (diff)
Fix a typo. From Edmund Grimley Evans.
-rwxr-xr-xinstall-sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-sh b/install-sh
index 89fc9b09..58719246 100755
--- a/install-sh
+++ b/install-sh
@@ -29,7 +29,7 @@ stripprog="${STRIPPROG-strip}"
rmprog="${RMPROG-rm}"
mkdirprog="${MKDIRPROG-mkdir}"
-tranformbasename=""
+transformbasename=""
transform_arg=""
instcmd="$mvprog"
chmodcmd="$chmodprog 0755"