[Abcde-users] [PATCH] Use #!/usr/bin/env perl shebang in abcde-musicbrainz-tool for portability

Zopolis4 creatorsmithmdt at gmail.com
Thu May 30 03:02:02 BST 2024


>From 6804706fe000f77c5ddd6be1e37ccfca62f399c6 Mon Sep 17 00:00:00 2001
From: Zopolis4 <creatorsmithmdt at gmail.com>
Date: Thu, 30 May 2024 11:04:51 +1000
Subject: [PATCH] Use #!/usr/bin/env perl shebang in abcde-musicbrainz-tool for
portability

---
abcde-musicbrainz-tool | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/abcde-musicbrainz-tool b/abcde-musicbrainz-tool
index 51e49c2..ed53b5f 100755
--- a/abcde-musicbrainz-tool
+++ b/abcde-musicbrainz-tool
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
# Copyright (c) 2012-2018 Steve McIntyre <93sam at debian.org>
# This code is hereby licensed for public consumption under either the
# GNU GPL v2 or greater, or Larry Wall's Artistic license - your choice.
--
2.43.0



More information about the Abcde-users mailing list