Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
6a0424c5
Commit
6a0424c5
authored
May 06, 2009
by
Ian Lynagh
Browse files
Use more portable shell in ./boot; fixes booting on Solaris
parent
9000c679
Changes
1
Hide whitespace changes
Inline
Side-by-side
boot
View file @
6a0424c5
...
...
@@ -50,7 +50,7 @@ for f in $libraries; do
if
test
-f
$cabals
;
then
echo
"Creating
$f
/ghc.mk"
rm
-f
$f
/ghc.mk
pkg
=
`
basename
${
cabals
%
.cabal
}
`
pkg
=
`
echo
"
$cabals
"
|
sed
-e
's#.*/##'
-e
's#\
.cabal
$##'
`
if
test
-f
$f
/ghc-stage
;
then
stage
=
`
cat
$f
/ghc-stage
`
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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