aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@cygnus>1996-11-11 18:12:15 +0000
committerBrendan Kehoe <brendan@cygnus>1996-11-11 18:12:15 +0000
commit965c73c55d4f9bf7f0489e74284e389e976b2be1 (patch)
tree68b3adceab2d2d80fb6af6be5a448dc279fcb288
parent489c265b8fbe65d3fa5bfa6be623b39969408764 (diff)
downloadgdb-965c73c55d4f9bf7f0489e74284e389e976b2be1.zip
gdb-965c73c55d4f9bf7f0489e74284e389e976b2be1.tar.gz
gdb-965c73c55d4f9bf7f0489e74284e389e976b2be1.tar.bz2
* install.sh (chmodcmd): Set to null if the DST directory already
exists.
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 70d2704..4b883b3 100755
--- 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