--- psiconv/trunk/formats/generate_html4.sh 2004/02/23 13:34:44 221 +++ psiconv/tags/rel-0-9-8/formats/generate_html4.sh 2005/11/15 18:18:58 274 @@ -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