From: Ian Lynagh Date: Fri, 18 Dec 2009 21:35:41 +0000 (+0000) Subject: Fix a braino in a comment X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0bcaeb3839017bcea57b0c0ecf8c6bfe6b803e4e Fix a braino in a comment --- diff --git a/libraries/gen_contents_index b/libraries/gen_contents_index index 2ae6bf5..de5b267 100644 --- a/libraries/gen_contents_index +++ b/libraries/gen_contents_index @@ -14,7 +14,7 @@ case $* in do LIBPATH=`echo "$HADDOCK_FILE" | sed 's#/dist-install.*##'` NAME=`echo "$HADDOCK_FILE" | sed 's#.*/##' | sed 's#\.haddock$##'` - # It's easier to portably remove tabs with tr and to try to get + # It's easier to portably remove tabs with tr than to try to get # sed to do what we want VERSION=`grep -i '^version:' $LIBPATH/$NAME.cabal | sed 's/.*://'` | tr -d ' \t' HADDOCK_ARG="--read-interface=${NAME}-${VERSION},$HADDOCK_FILE"