From 585e059c1841f9e7bab298df9aceec7174f4bbfd Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 30 Aug 1999 16:51:14 +0000 Subject: zsh-3.1.6-pws-2 --- mkinstalldirs | 1 + 1 file changed, 1 insertion(+) (limited to 'mkinstalldirs') 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/" -- cgit 1.4.1