Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
ca3d9a7b
Commit
ca3d9a7b
authored
Sep 21, 2008
by
Ian Lynagh
Browse files
Make "sh -e boot" work
parent
69c3d6cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
boot
View file @
ca3d9a7b
...
...
@@ -25,6 +25,9 @@ done
# Alas, darcs doesn't handle file permissions, so fix a few of them.
for
f
in
boot darcs-all push-all validate
do
test
-f
$f
&&
chmod
+x
$f
if
test
-f
$f
then
chmod
+x
$f
fi
done
Write
Preview
Supports
Markdown
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