mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-22 04:31:23 +01:00
Reword warning message
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
35a4b8e7f4
commit
ecd22d34fa
@ -301,7 +301,7 @@ compiler() {
|
||||
|
||||
if [ -n "$PERL" ]; then
|
||||
if [ ! -x "$PERL" ]; then
|
||||
echo " WARNING: The program specified in PERL does not exist or is not executable; falling back to /usr/bin/perl" >&2
|
||||
echo " WARNING: The program specified in the PERL option does not exist or is not executable; falling back to /usr/bin/perl" >&2
|
||||
PERL=/usr/bin/perl
|
||||
fi
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user