Be more flexible about perl Makefile.PL

Allow the command line to start with that command.
This commit is contained in:
Mark Stemm
2017-11-09 14:10:35 -08:00
parent 43f7ee00fb
commit e3ef7a2ed4

View File

@@ -443,7 +443,7 @@
proc.pcmdline startswith "node /opt/yarn/bin/yarn.js"))
- macro: makefile_perl
condition: (proc.pcmdline="perl Makefile.PL")
condition: (proc.pcmdline startswith "perl Makefile.PL")
- macro: parent_node_running_npm
condition: (proc.pcmdline startswith "node /usr/local/bin/npm" or