Additional shebang updates

This commit is contained in:
Jordan Carlin 2024-07-03 21:34:48 -07:00
parent 7419689359
commit a30d4b29df
No known key found for this signature in database
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
#!/bin/perl -W
#!/usr/bin/env perl -w
###########################################
## derivgen.pl

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
###########################################
## exe2memfile.pl

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash
#
# fparchtest.sh
# David_Harris@hmc.edu 26 December 2023

View File

@ -1,4 +1,4 @@
#!/bin/perl -W
#!/usr/bin/env perl -w
###########################################
## libppa.pl

View File

@ -1,4 +1,4 @@
#!/bin/perl -W
#!/usr/bin/env perl -w
###########################################
## testlist.pl

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
###########################################
## vclean.pl

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash
# sim-testfloat-verilator
# David_Harris@hmc.edu 3 April 2024

View File

@ -1,4 +1,4 @@
#!/bin/perl -W
#!/usr/bin/env perl -w
###########################################
## extractArea.pl