Bugzilla – Attachment 44676 Details for
Bug 14532
koha-dump should provide a way to exclude Zebra indexes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14532: fixed the "empty member" problem
Bug-14532-fixed-the-empty-member-problem.patch (text/plain), 854 bytes, created by
Robin Sheat
on 2015-11-10 03:21:47 UTC
(
hide
)
Description:
Bug 14532: fixed the "empty member" problem
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2015-11-10 03:21:47 UTC
Size:
854 bytes
patch
obsolete
>From 6d7dc0f06438c5a66e8b98f2ba7e04f4a8bf57a2 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Tue, 10 Nov 2015 16:17:26 +1300 >Subject: [PATCH] Bug 14532: fixed the "empty member" problem > >PS: thanks to Olly Betts for knowing weird bash constuctions. >--- > debian/scripts/koha-dump | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/debian/scripts/koha-dump b/debian/scripts/koha-dump >index 5f4676f..a67a2c8 100755 >--- a/debian/scripts/koha-dump >+++ b/debian/scripts/koha-dump >@@ -90,7 +90,7 @@ dump_instance() > "etc/koha/sites/$name" \ > "etc/apache2/sites-available/$instancefile" \ > "etc/apache2/sites-enabled/$instancefile" \ >- "var/log/koha/$name" "$zebra_files" >+ "var/log/koha/$name" ${zebra_files:+"$zebra_files"} > > [ "$quiet" = "no" ] && echo "Done." > } >-- >2.1.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 14532
:
41098
|
44442
|
44674
|
44675
|
44676
|
47117
|
47307
|
47348
|
47349
|
47350
|
47351