From 473bc55a63408a1e446ff4825747df85b006ff49 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 Speaks for itself. Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer (cherry picked from commit f34a639c58534534efe25dd2b3e98e84e79550ee) Signed-off-by: Fridolin Somers --- 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.39.5