projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
489c265
)
* install.sh (chmodcmd): Set to null if the DST directory already
author
Brendan Kehoe
<brendan@cygnus>
Mon, 11 Nov 1996 18:12:15 +0000
(18:12 +0000)
committer
Brendan Kehoe
<brendan@cygnus>
Mon, 11 Nov 1996 18:12:15 +0000
(18:12 +0000)
exists.
install.sh
patch
|
blob
|
history
diff --git
a/install.sh
b/install.sh
index 70d2704cec1d0c5dbec58ed8b583c668cd90f256..4b883b386de25e43c56bc4db7bb65a4008f8633d 100755
(executable)
--- a/
install.sh
+++ b/
install.sh
@@
-114,6
+114,7
@@
if [ x"$dir_arg" != x ]; then
if [ -d $dst ]; then
instcmd=:
+ chmodcmd=""
else
instcmd=mkdir
fi