Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
e97891e6
Commit
e97891e6
authored
Aug 25, 2007
by
sven.panne@aedion.de
Browse files
Be more flexible when trying to make scripts executable
parent
269ade3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
boot
View file @
e97891e6
...
...
@@ -25,4 +25,6 @@ for dir in . libraries/*; do
done
# Alas, darcs doesn't handle file permissions, so fix a few of them.
chmod
+x boot darcs-all push-all
for
f
in
boot darcs-all push-all validate
;
do
test
-f
$f
&&
chmod
+x
$f
done
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