From ecf2e4824032aa40a060c2da4f03227a728f581d Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 1 Jun 2021 05:22:10 +0000 Subject: [PATCH] Bug 15516: Fix shebang in hold-group.pl --- reserve/hold-group.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reserve/hold-group.pl b/reserve/hold-group.pl index 4918addf10..bb5db482d4 100755 --- a/reserve/hold-group.pl +++ b/reserve/hold-group.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # This file is part of Koha. # -- 2.11.0