Fixed error message in configure.

This commit is contained in:
hjp 2002-07-01 10:42:58 +00:00
parent 439ec1a2ed
commit 1d321d0f4b
1 changed files with 1 additions and 1 deletions

2
cleandir/configure vendored
View File

@ -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.$$