summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-04-29 14:00:04 +0000
committerIan Lynagh <igloo@earth.li>2007-04-29 14:00:04 +0000
commit610379bc0660cc9df6bb8cfaa98e566157236026 (patch)
tree5de6b54b7f85b29606f72348dfd260729c045296 /Makefile
parentb3a0711bf88db2894261e3666b689b40371ddc48 (diff)
downloadhaskell-610379bc0660cc9df6bb8cfaa98e566157236026.tar.gz
Make darcs-all a perl script
This fixes a problem where patches altering the darcs-all script break on Windows as the file is open. The script is now also slightly nicer, on balance.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e70784d376..e00a844508 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ check-packages :
@for d in `cat libraries/core-packages`; do \
if test ! -d libraries/$$d; then \
echo "Looks like you're missing libraries/$$d,"; \
- echo "maybe you haven't done 'sh darcs-all get'?"; \
+ echo "maybe you haven't done './darcs-all get'?"; \
exit 1; \
fi \
done