--- psiconv/trunk/formats/generate_html4.sh 2004/04/29 19:40:59 249 +++ psiconv/trunk/formats/generate_html4.sh 2004/04/29 21:43:28 250 @@ -8,13 +8,13 @@ exit 1 fi -if ! test -d "$1"/program/psiconv ; then +if test ! -d "$1"/program/psiconv ; then echo "First parameter should be base psiconv directory!" exit 1 fi basedir=`cd $1; pwd` -if ! test -d "$2" ; then +if test ! -d "$2" ; then echo "Output directory does not exist!" exit 1 fi