summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>1993-09-10 00:04:38 +0000
committerJason Merrill <jason@redhat.com>1993-09-10 00:04:38 +0000
commit98e67c34eff03ab34a59506ab04c21d8f18a84ea (patch)
tree22c5441a2cb6bca0384474f03b13798f136d4524 /install.sh
parent241700396d3aedd7b40ae249e5ac5359d3108854 (diff)
downloadbinutils-gdb-98e67c34eff03ab34a59506ab04c21d8f18a84ea.tar.gz
(chmodcmd): Set file to mode 755 by default (should also do default
chgrp and chown, but I don't feel like dealing with that now)
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 2576817e399..1c8a1bd3e5a 100755
--- a/install.sh
+++ b/install.sh
@@ -32,7 +32,7 @@ mkdirprog="${MKDIRPROG-mkdir}"
tranformbasename=""
transform_arg=""
instcmd="$mvprog"
-chmodcmd=""
+chmodcmd="$chmodprog 0755"
chowncmd=""
chgrpcmd=""
stripcmd=""