Bugzilla – Attachment 3632 Details for
Bug 6048
printoverdues.sh bash odities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix printoverdues.sh bash odities
0001-printoverdues.sh-bash-odities.patch (text/plain), 715 bytes, created by
Alex Arnaud
on 2011-04-04 14:16:28 UTC
(
hide
)
Description:
fix printoverdues.sh bash odities
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2011-04-04 14:16:28 UTC
Size:
715 bytes
patch
obsolete
>From 094949b83572edb8fa8103bd5ac33a00807cacc6 Mon Sep 17 00:00:00 2001 >From: Sophie Meynieux <Sophie.Meynieux@biblibre.com> >Date: Thu, 14 Oct 2010 16:59:54 +0200 >Subject: [PATCH] printoverdues.sh bash odities > >set is obsolete >changing to variable=value >--- > misc/cronjobs/printoverdues.sh | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/misc/cronjobs/printoverdues.sh b/misc/cronjobs/printoverdues.sh >index 6c7e2dc..f7b677e 100755 >--- a/misc/cronjobs/printoverdues.sh >+++ b/misc/cronjobs/printoverdues.sh >@@ -27,7 +27,8 @@ then > fi > if [[ -n $2 && -f $2 ]] > then >- set $optpisa "--css $2"; >+ # set $optpisa "--css $2"; >+ optpisa="--css $2"; > fi > if [[ -n $3 ]] > then >-- >1.6.3.3 >
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 6048
:
3632
|
3810
|
5269