diff options
author | Jason Merrill <jason@redhat.com> | 1993-09-10 00:04:38 +0000 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 1993-09-10 00:04:38 +0000 |
commit | 98e67c34eff03ab34a59506ab04c21d8f18a84ea (patch) | |
tree | 22c5441a2cb6bca0384474f03b13798f136d4524 /install.sh | |
parent | 241700396d3aedd7b40ae249e5ac5359d3108854 (diff) | |
download | binutils-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-x | install.sh | 2 |
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="" |