diff options
author | Ian Lynagh <igloo@earth.li> | 2009-12-18 21:35:41 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-12-18 21:35:41 +0000 |
commit | 0bcaeb3839017bcea57b0c0ecf8c6bfe6b803e4e (patch) | |
tree | 8fd722b451bb0b56ed749a500937597ece5981b6 /libraries/gen_contents_index | |
parent | 93853f4fd8722cc829570ac34808c60a3f5b74d5 (diff) | |
download | haskell-0bcaeb3839017bcea57b0c0ecf8c6bfe6b803e4e.tar.gz |
Fix a braino in a comment
Diffstat (limited to 'libraries/gen_contents_index')
-rw-r--r-- | libraries/gen_contents_index | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/gen_contents_index b/libraries/gen_contents_index index 2ae6bf5772..de5b267dfb 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" |