From: Ian Lynagh Date: Sat, 10 Nov 2007 18:00:14 +0000 (+0000) Subject: Tweak gen_contents_index to work with Solaris's sh X-Git-Tag: 2007-11-11~1 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=79af64593a0dde840f08bb58844e80f9f528b530 Tweak gen_contents_index to work with Solaris's sh --- diff --git a/libraries/gen_contents_index b/libraries/gen_contents_index index 393a879..fd9048b 100644 --- a/libraries/gen_contents_index +++ b/libraries/gen_contents_index @@ -10,7 +10,7 @@ case $* in GHC_PKG=../utils/ghc-pkg/ghc-pkg-inplace for DIR in */ do - NAME=${DIR%/} + NAME=`echo "$DIR" | sed 's#/$##'` HADDOCK_FILE=$NAME/dist/doc/html/$NAME/$NAME.haddock if [ -f $HADDOCK_FILE ] then