From 1d321d0f4b7ce923710417a4e26c9c6a99147a2c Mon Sep 17 00:00:00 2001 From: hjp Date: Mon, 1 Jul 2002 10:42:58 +0000 Subject: [PATCH] Fixed error message in configure. --- cleandir/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleandir/configure b/cleandir/configure index 6fea68e..9279c24 100644 --- a/cleandir/configure +++ b/cleandir/configure @@ -18,7 +18,7 @@ do done if [ -z "$perl" ] then - could not find a working perl command, sorry. + echo could not find a working perl command, sorry. exit 1 fi echo " -e 's,@@@perl@@@,$perl,g' \\" >> customize.$$