From e5c82e74650352aa22c8bf7dc6c19d1eadd0c689 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Wed, 3 Jul 2024 21:34:48 -0700 Subject: [PATCH] Additional shebang updates --- bin/derivgen.pl | 2 +- bin/exe2memfile.pl | 2 +- bin/fparchtest.sh | 2 +- bin/libppa.pl | 2 +- bin/testlist.pl | 2 +- bin/vclean.pl | 2 +- sim/questa/sim-testfloat-verilator | 2 +- synthDC/extractArea.pl | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/derivgen.pl b/bin/derivgen.pl index dbb856781..656612956 100755 --- a/bin/derivgen.pl +++ b/bin/derivgen.pl @@ -1,4 +1,4 @@ -#!/bin/perl -W +#!/usr/bin/env perl -w ########################################### ## derivgen.pl diff --git a/bin/exe2memfile.pl b/bin/exe2memfile.pl index 4f04ff512..314d3b989 100755 --- a/bin/exe2memfile.pl +++ b/bin/exe2memfile.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w ########################################### ## exe2memfile.pl diff --git a/bin/fparchtest.sh b/bin/fparchtest.sh index 7ea690e96..7c5b0d28f 100755 --- a/bin/fparchtest.sh +++ b/bin/fparchtest.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash # # fparchtest.sh # David_Harris@hmc.edu 26 December 2023 diff --git a/bin/libppa.pl b/bin/libppa.pl index 9f1e8515d..58f2a8bbf 100755 --- a/bin/libppa.pl +++ b/bin/libppa.pl @@ -1,4 +1,4 @@ -#!/bin/perl -W +#!/usr/bin/env perl -w ########################################### ## libppa.pl diff --git a/bin/testlist.pl b/bin/testlist.pl index c72b96961..861a4bc91 100755 --- a/bin/testlist.pl +++ b/bin/testlist.pl @@ -1,4 +1,4 @@ -#!/bin/perl -W +#!/usr/bin/env perl -w ########################################### ## testlist.pl diff --git a/bin/vclean.pl b/bin/vclean.pl index 294d1d435..e1c499b1c 100755 --- a/bin/vclean.pl +++ b/bin/vclean.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w ########################################### ## vclean.pl diff --git a/sim/questa/sim-testfloat-verilator b/sim/questa/sim-testfloat-verilator index 6470837f9..1bd0386b9 100755 --- a/sim/questa/sim-testfloat-verilator +++ b/sim/questa/sim-testfloat-verilator @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash # sim-testfloat-verilator # David_Harris@hmc.edu 3 April 2024 diff --git a/synthDC/extractArea.pl b/synthDC/extractArea.pl index fa630a3e7..e13daa4aa 100755 --- a/synthDC/extractArea.pl +++ b/synthDC/extractArea.pl @@ -1,4 +1,4 @@ -#!/bin/perl -W +#!/usr/bin/env perl -w ########################################### ## extractArea.pl