Bugzilla – Attachment 13353 Details for
Bug 8977
printoverdues.sh call an uninitialized variable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8977:replace unitialized directory var in printoverdues
Bug-8977replace-unitialized-directory-var-in-print.patch (text/plain), 806 bytes, created by
Kyle M Hall (khall)
on 2012-11-09 15:34:34 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8977:replace unitialized directory var in printoverdues
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-11-09 15:34:34 UTC
Size:
806 bytes
patch
obsolete
>From eb909d559336c9440e9484d7f1fc1469b528d117 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?St=C3=A9phane=20Delaune?= <stephane.delaune@biblibre.com> >Date: Mon, 29 Oct 2012 10:09:48 +0100 >Subject: [PATCH] Bug 8977:replace unitialized directory var in printoverdues >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > misc/cronjobs/printoverdues.sh | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/misc/cronjobs/printoverdues.sh b/misc/cronjobs/printoverdues.sh >index 51bb30f..2cce0934 100755 >--- a/misc/cronjobs/printoverdues.sh >+++ b/misc/cronjobs/printoverdues.sh >@@ -47,4 +47,4 @@ then > lp $optprinter $1/*.pdf; > fi > >-tar cvfz $directory`date "+%Y%m%d"`.tar.gz $directory; >+tar cvfz $1`date "+%Y%m%d"`.tar.gz $1; >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8977
:
13094
| 13353