mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Fix with Perl 5.20+
With hat: perl@ Sponsored by: Absolight
This commit is contained in:
parent
66d1ce1d5b
commit
8455ebaab5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383888
@ -0,0 +1,11 @@
|
||||
--- pandora_agent_installer.orig 2015-04-12 22:14:02 UTC
|
||||
+++ pandora_agent_installer
|
||||
@@ -89,7 +89,7 @@ fi
|
||||
[ "$4" ] && PANDORA_PERL_PATH=$4
|
||||
|
||||
# Check for Perl 5.6.x or higher available
|
||||
-PERL_VERSION=`$PANDORA_PERL_PATH -v | egrep 'v5.6|v5.7|v5.8|v5.9|v5.1[0-9]' | grep perl`
|
||||
+PERL_VERSION=`$PANDORA_PERL_PATH -v | egrep 'v5.6|v5.7|v5.8|v5.9|v5.1[0-9]|v5.2[0-9]' | grep perl`
|
||||
|
||||
if [ -z "$PERL_VERSION" ]
|
||||
then
|
Loading…
Reference in New Issue
Block a user