CVS commit by faure: argl M +2 -2 cvs.sh 1.155 --- kde-common/admin/cvs.sh #1.154:1.155 @@ -137,5 +137,5 @@ $AUTOMAKE || exit 1 -if test "$UNSERMAKE" != no; then +if test "$UNSERMAKE" = no; then echo "*** Postprocessing Makefile templates" perl -w admin/am_edit || exit 1 @@ -189,5 +189,5 @@ fi $AUTOMAKE --foreign -if test "$UNSERMAKE" != no; then +if test "$UNSERMAKE" = no; then echo "*** Postprocessing Makefile templates" perl -w admin/am_edit || exit 1