mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-22 20:44:28 +00:00
Fix perl shebang lines
This commit is contained in:
parent
985d9b4edc
commit
a7b78e6773
@ -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…
Reference in New Issue
Block a user