summaryrefslogtreecommitdiff
path: root/install-sh
diff options
context:
space:
mode:
authorBrian Jones <cbj@gnu.org>2001-11-05 02:59:24 +0000
committerBrian Jones <cbj@gnu.org>2001-11-05 02:59:24 +0000
commit6c15f707ec856bcb15975a82b5f480846e652b7b (patch)
treebfebb4a76a005e3d82251a4946462b03f5360acf /install-sh
parent936e6f9bd41e192e1ede500ef5aa26dd2a276ec0 (diff)
downloadclasspath-6c15f707ec856bcb15975a82b5f480846e652b7b.tar.gz
* See previous commit mail, attempting to resolve problems with checkin
Diffstat (limited to 'install-sh')
-rwxr-xr-xinstall-sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install-sh b/install-sh
index e8436696c..e9de23842 100755
--- a/install-sh
+++ b/install-sh
@@ -118,6 +118,7 @@ if [ x"$dir_arg" != x ]; then
if [ -d $dst ]; then
instcmd=:
+ chmodcmd=""
else
instcmd=mkdir
fi