mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +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:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
#
|
||||
# Run regression tests.
|
||||
#
|
||||
|
Reference in New Issue
Block a user