From a7b78e6773861b5b1c5c7f8e26d58296ed2388da Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Thu, 4 Jul 2024 01:48:20 -0700 Subject: [PATCH] Fix perl shebang lines --- bin/exe2memfile.pl | 2 +- bin/libppa.pl | 2 +- bin/testlist.pl | 2 +- bin/vclean.pl | 2 +- synthDC/extractArea.pl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/exe2memfile.pl b/bin/exe2memfile.pl index 314d3b989..2d09c1fdb 100755 --- a/bin/exe2memfile.pl +++ b/bin/exe2memfile.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/env -S perl -w ########################################### ## exe2memfile.pl diff --git a/bin/libppa.pl b/bin/libppa.pl index 58f2a8bbf..bb3d4b729 100755 --- a/bin/libppa.pl +++ b/bin/libppa.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/env -S perl -w ########################################### ## libppa.pl diff --git a/bin/testlist.pl b/bin/testlist.pl index 861a4bc91..50b77eb78 100755 --- a/bin/testlist.pl +++ b/bin/testlist.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/env -S perl -w ########################################### ## testlist.pl diff --git a/bin/vclean.pl b/bin/vclean.pl index e1c499b1c..94a14c54c 100755 --- a/bin/vclean.pl +++ b/bin/vclean.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/env -S perl -w ########################################### ## vclean.pl diff --git a/synthDC/extractArea.pl b/synthDC/extractArea.pl index e13daa4aa..cd795d3ff 100755 --- a/synthDC/extractArea.pl +++ b/synthDC/extractArea.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/env -S perl -w ########################################### ## extractArea.pl