Fix perl shebang lines

This commit is contained in:
Jordan Carlin 2024-07-04 01:48:20 -07:00
parent 985d9b4edc
commit a7b78e6773
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env perl -w
#!/usr/bin/env -S perl -w
###########################################
## exe2memfile.pl

View File

@ -1,4 +1,4 @@
#!/usr/bin/env perl -w
#!/usr/bin/env -S perl -w
###########################################
## libppa.pl

View File

@ -1,4 +1,4 @@
#!/usr/bin/env perl -w
#!/usr/bin/env -S perl -w
###########################################
## testlist.pl

View File

@ -1,4 +1,4 @@
#!/usr/bin/env perl -w
#!/usr/bin/env -S perl -w
###########################################
## vclean.pl

View File

@ -1,4 +1,4 @@
#!/usr/bin/env perl -w
#!/usr/bin/env -S perl -w
###########################################
## extractArea.pl