mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-23 13:27:16 -04:00
Fix perl shebang lines
This commit is contained in:
parent
8991931bef
commit
83449c16ab
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
Add a link
Reference in a new issue