Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1b66ab0e
Commit
1b66ab0e
authored
Feb 02, 2001
by
Gerd Moellmann
Browse files
(errstatus): Chmod a+rx directories we create.
parent
5db37a2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mkinstalldirs
mkinstalldirs
+2
-2
No files found.
mkinstalldirs
View file @
1b66ab0e
...
...
@@ -4,7 +4,7 @@
# Created: 1993-05-16
# Public domain
# $Id: mkinstalldirs,v 1.1
1 1998/05/19 07:05:25 drepper dead
$
# $Id: mkinstalldirs,v 1.1
2001/02/02 13:04:53 gerd Exp
$
errstatus
=
0
...
...
@@ -24,7 +24,7 @@ do
if
test
!
-d
"
$pathcomp
"
;
then
echo
"mkdir
$pathcomp
"
1>&2
mkdir
"
$pathcomp
"
||
lasterr
=
$?
(
mkdir
"
$pathcomp
"
&&
chmod
a+rx
"
$pathcomp
"
)
||
lasterr
=
$?
if
test
!
-d
"
$pathcomp
"
;
then
errstatus
=
$lasterr
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment