Bugzilla – Attachment 19130 Details for
Bug 10127
Printoverdues.sh should tar only pdf files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10127 : Printoverdues.sh should tar only pdf files
0001-Bug-10127-Printoverdues.sh-should-tar-only-pdf-files.patch (text/plain), 674 bytes, created by
Fridolin Somers
on 2013-06-18 15:46:05 UTC
(
hide
)
Description:
Bug 10127 : Printoverdues.sh should tar only pdf files
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2013-06-18 15:46:05 UTC
Size:
674 bytes
patch
obsolete
>From 7b8c80fac2e869c4c4f307404eef18767a9ff70c Mon Sep 17 00:00:00 2001 >From: Sophie Meynieux <sophie.meynieux@biblibre.com> >Date: Fri, 26 Apr 2013 15:06:40 +0200 >Subject: [PATCH] Bug 10127 : Printoverdues.sh should tar only pdf files > >--- > misc/cronjobs/printoverdues.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/printoverdues.sh b/misc/cronjobs/printoverdues.sh >index 2cce0934..6819e0c 100755 >--- a/misc/cronjobs/printoverdues.sh >+++ b/misc/cronjobs/printoverdues.sh >@@ -47,4 +47,4 @@ then > lp $optprinter $1/*.pdf; > fi > >-tar cvfz $1`date "+%Y%m%d"`.tar.gz $1; >+tar cvfzP $1`date "+%Y%m%d"`.tar.gz $1/*.pdf; >-- >1.7.10.4 >
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 10127
:
17699
|
19130
|
19287
|
19624