Skip to content
Snippets Groups Projects
Commit 79af6459 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Tweak gen_contents_index to work with Solaris's sh

parent 4df10815
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment