mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
test: nginx: Points the !# to envoriment.
Instead of using a hardcoded path to Perl, using what is provided by the environment. Avoiding problems with MacOS, where two different versions of Perl are expected. One provided by the system and other by MacOS ports.
This commit is contained in:
parent
d26e639512
commit
215042af21
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
#
|
||||
# Run regression tests.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user