--- psiconv/trunk/formats/generate_html4.sh 2004/02/23 13:34:44 221 +++ psiconv/tags/rel-0-9-9/formats/generate_html4.sh 2014/10/29 09:17:54 357 @@ -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