Fixed error message in configure.
This commit is contained in:
parent
439ec1a2ed
commit
1d321d0f4b
|
@ -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.$$
|
||||
|
|
Loading…
Reference in New Issue