From a490488b7af472dc09bec1764c4dbed1f54767ef Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 18 Jan 2024 15:02:10 +0000 Subject: [PATCH] Bug 35835: Fix shebang in cataloguing/ysearch.pl Content-Type: text/plain; charset=utf-8 Speaks for itself. Signed-off-by: Marcel de Rooy --- cataloguing/ysearch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cataloguing/ysearch.pl b/cataloguing/ysearch.pl index 0655de9b9a..22cebedda3 100755 --- a/cataloguing/ysearch.pl +++ b/cataloguing/ysearch.pl @@ -1,4 +1,4 @@ - #!/usr/bin/perl +#!/usr/bin/perl # This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html) -- 2.30.2