about summary refs log tree commit diff
path: root/mkinstalldirs
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-30 16:51:14 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-30 16:51:14 +0000
commit585e059c1841f9e7bab298df9aceec7174f4bbfd (patch)
tree0d19725571a73efbdc3bfa898fe9dde0efb12d41 /mkinstalldirs
parent2a47366459bf5a52d701c241a04d4e83f6a56260 (diff)
downloadzsh-585e059c1841f9e7bab298df9aceec7174f4bbfd.tar.gz
zsh-585e059c1841f9e7bab298df9aceec7174f4bbfd.tar.xz
zsh-585e059c1841f9e7bab298df9aceec7174f4bbfd.zip
zsh-3.1.6-pws-2 zsh-3.1.6-pws-2
Diffstat (limited to 'mkinstalldirs')
-rwxr-xr-xmkinstalldirs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkinstalldirs b/mkinstalldirs
index 0801ec2c9..4ae9ac706 100755
--- a/mkinstalldirs
+++ b/mkinstalldirs
@@ -21,6 +21,7 @@ for file in ${1+"$@"} ; do
      if test ! -d "$pathcomp"; then
         echo "mkdir $pathcomp" 1>&2
         mkdir "$pathcomp" || errstatus=$?
+        chmod 0755 "$pathcomp"
      fi
 
      pathcomp="$pathcomp/"