mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 05:24:49 +00:00
Additional shebang updates
This commit is contained in:
parent
e6e070f4e4
commit
e5c82e7465
@ -1,4 +1,4 @@
|
||||
#!/bin/perl -W
|
||||
#!/usr/bin/env perl -w
|
||||
|
||||
###########################################
|
||||
## derivgen.pl
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl -w
|
||||
#!/usr/bin/env perl -w
|
||||
|
||||
###########################################
|
||||
## exe2memfile.pl
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
#!/bin/bash
|
||||
#
|
||||
# fparchtest.sh
|
||||
# David_Harris@hmc.edu 26 December 2023
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/perl -W
|
||||
#!/usr/bin/env perl -w
|
||||
|
||||
###########################################
|
||||
## libppa.pl
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/perl -W
|
||||
#!/usr/bin/env perl -w
|
||||
|
||||
###########################################
|
||||
## testlist.pl
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl -w
|
||||
#!/usr/bin/env perl -w
|
||||
|
||||
###########################################
|
||||
## vclean.pl
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
# sim-testfloat-verilator
|
||||
# David_Harris@hmc.edu 3 April 2024
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/perl -W
|
||||
#!/usr/bin/env perl -w
|
||||
|
||||
###########################################
|
||||
## extractArea.pl
|
||||
|
Loading…
Reference in New Issue
Block a user