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
c72054f1
Commit
c72054f1
authored
Sep 04, 2008
by
Ross Paterson
Browse files
fix message for missing packages
An incorrect libraries/ prefix was being added.
parent
8b7a0a10
Changes
1
Show whitespace changes
Inline
Side-by-side
boot
View file @
c72054f1
...
...
@@ -6,7 +6,7 @@ for dir in `grep "^[^# ][^ ]* *[^ ][^ ]* *[^ ][^ ]*$" packages | sed "s/ .*//"
do
if
test
!
-d
$dir
then
echo
"Looks like you're missing
libraries/
$dir
."
>
&2
echo
"Looks like you're missing
$dir
."
>
&2
echo
"Maybe you haven't done './darcs-all get'?"
>
&2
exit
1
fi
...
...
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