mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-19 03:24:50 -04:00
Fix perl shebang lines
This commit is contained in:
parent
985d9b4edc
commit
a7b78e6773
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env perl -w
|
||||
#!/usr/bin/env -S perl -w
|
||||
|
||||
###########################################
|
||||
## exe2memfile.pl
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env perl -w
|
||||
#!/usr/bin/env -S perl -w
|
||||
|
||||
###########################################
|
||||
## libppa.pl
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env perl -w
|
||||
#!/usr/bin/env -S perl -w
|
||||
|
||||
###########################################
|
||||
## testlist.pl
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env perl -w
|
||||
#!/usr/bin/env -S perl -w
|
||||
|
||||
###########################################
|
||||
## vclean.pl
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env perl -w
|
||||
#!/usr/bin/env -S perl -w
|
||||
|
||||
###########################################
|
||||
## extractArea.pl
|
||||
|
|
Loading…
Add table
Reference in a new issue