Tweak gen_contents_index to work with Solaris's sh
authorIan Lynagh <igloo@earth.li>
Sat, 10 Nov 2007 18:00:14 +0000 (18:00 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 10 Nov 2007 18:00:14 +0000 (18:00 +0000)
libraries/gen_contents_index

index 393a879..fd9048b 100644 (file)
@@ -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