--- psiconv/trunk/formats/generate_html4.sh 2004/02/02 21:56:48 193 +++ psiconv/trunk/formats/generate_html4.sh 2004/02/21 13:24:04 216 @@ -1,5 +1,8 @@ #! /bin/sh +# Work around a BASH bug (prints a directory even in a non-interactive shell) +unset CDPATH + if test "$#" -lt 3 ; then echo "Syntax: $0 psiconv_dir output_dir files..." exit 1 @@ -28,7 +31,7 @@ tempdir=$outputdir/.temp mkindex=$basedir/formats/index_html.sh index=$tempdir/index -mkdef=$basedir/formats/html_links.sh +mkdef=$basedir/formats/html4_links.sh echo "Going to create the intermediate files..."