mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 09:45:18 +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
|
## exe2memfile.pl
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env perl -w
|
#!/usr/bin/env -S perl -w
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
## libppa.pl
|
## libppa.pl
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env perl -w
|
#!/usr/bin/env -S perl -w
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
## testlist.pl
|
## testlist.pl
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env perl -w
|
#!/usr/bin/env -S perl -w
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
## vclean.pl
|
## vclean.pl
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env perl -w
|
#!/usr/bin/env -S perl -w
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
## extractArea.pl
|
## extractArea.pl
|
||||||
|
Loading…
Reference in New Issue
Block a user