From: Jason Merrill Date: Fri, 10 Sep 1993 00:04:38 +0000 (+0000) Subject: (chmodcmd): Set file to mode 755 by default (should also do default X-Git-Tag: gdb-4_18~17473 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98e67c34eff03ab34a59506ab04c21d8f18a84ea;p=external%2Fbinutils.git (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) --- diff --git a/ChangeLog b/ChangeLog index fa5ebd3..c8d7378 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com) * install.sh: Support -d option (in the manner of SunOS 4 install, as it is more deterministic than that of GNU install) + (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) Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com) diff --git a/install.sh b/install.sh index 2576817..1c8a1bd 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=""