summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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