diff options
author | Ian Lynagh <igloo@earth.li> | 2007-04-29 14:00:04 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-04-29 14:00:04 +0000 |
commit | 610379bc0660cc9df6bb8cfaa98e566157236026 (patch) | |
tree | 5de6b54b7f85b29606f72348dfd260729c045296 /Makefile | |
parent | b3a0711bf88db2894261e3666b689b40371ddc48 (diff) | |
download | haskell-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |