[commit: ghc] master: Fix typo (b3ccc9e)
Ian Lynagh
igloo at earth.li
Thu Jul 14 15:16:57 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b3ccc9e674016e22f386b549d1962627595c429c
>---------------------------------------------------------------
commit b3ccc9e674016e22f386b549d1962627595c429c
Author: Ian Lynagh <igloo at earth.li>
Date: Thu Jul 14 00:31:31 2011 +0100
Fix typo
>---------------------------------------------------------------
distrib/MacOS/mkinstaller | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/distrib/MacOS/mkinstaller b/distrib/MacOS/mkinstaller
index feb3db0..c4f132b 100755
--- a/distrib/MacOS/mkinstaller
+++ b/distrib/MacOS/mkinstaller
@@ -14,7 +14,7 @@ fi
if [ "$#" -ne 1 ]
then
- die "Must be given on argument (the bindist)"
+ die "Must be given one argument (the bindist)"
fi
BINDIST="$1"
More information about the Cvs-ghc
mailing list