Koha/debian/patches/cronjob-hashbang
Lars Wirzenius 97232eee15 Replace old, non-functional Debian packaging with a new one.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-04-16 00:41:54 -04:00

14 lines
354 B
Text

Description: fix #! for cronjob
Origin: vendor
Forwarded: no
Author: Lars Wirzenius <lars@catalyst.net.nz>
Last-Update: 2010-04-12
--- a/misc/cronjobs/printoverdues.sh
+++ b/misc/cronjobs/printoverdues.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
print_usage(){
echo "$0 : generates PDF files from html files in directorys and prints them";