From 2a9d85eade2238b694bfd583f660cc86d1732f40 Mon Sep 17 00:00:00 2001 From: Vincent Danjean Date: Fri, 15 Aug 2008 21:06:19 +0200 Subject: [PATCH] No 'BOM' marker for a script file '#!' must be the first characters Signed-off-by: Galen Charlton --- misc/cronjobs/smsoverdues.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/smsoverdues.pl b/misc/cronjobs/smsoverdues.pl index 3e5b2944b3..a0b7da01bd 100755 --- a/misc/cronjobs/smsoverdues.pl +++ b/misc/cronjobs/smsoverdues.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/perl # This script loops through each overdue item, determines the fine, # and updates the total amount of fines due by each user. It relies on -- 2.39.2