mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 17:01:20 -04:00
Update Perl shebangs for better compatibility
This commit is contained in:
parent
7df8e85b31
commit
7f9e610c3d
6 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env -S perl -w
|
||||
#!/usr/bin/env perl
|
||||
|
||||
###########################################
|
||||
## derivgen.pl
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env -S perl -w
|
||||
#!/usr/bin/env perl
|
||||
|
||||
###########################################
|
||||
## exe2memfile.pl
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env -S perl -w
|
||||
#!/usr/bin/env perl
|
||||
|
||||
###########################################
|
||||
## libppa.pl
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env -S perl -w
|
||||
#!/usr/bin/env perl
|
||||
|
||||
###########################################
|
||||
## testlist.pl
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env -S perl -w
|
||||
#!/usr/bin/env perl
|
||||
|
||||
###########################################
|
||||
## vclean.pl
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env -S perl -w
|
||||
#!/usr/bin/env perl
|
||||
|
||||
###########################################
|
||||
## extractArea.pl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue