Bugzilla – Attachment 4023 Details for
Bug 6031
koha-rebuild-zebra doesn't allow XML and verbose indexing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Follow up patch
0002-Bug-6031-Fix-for-syntax-bashism-crept-into-a-pure-sh.patch (text/plain), 666 bytes, created by
Chris Cormack
on 2011-05-02 00:46:02 UTC
(
hide
)
Description:
Follow up patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-05-02 00:46:02 UTC
Size:
666 bytes
patch
obsolete
>From 8ed8a7e0a0382b4f53de38260cfdcbbfc1cc76cb Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Mon, 2 May 2011 12:39:35 +1200 >Subject: [PATCH] Bug 6031 : Fix for syntax (bashism crept into a pure sh script) > >--- > debian/scripts/koha-rebuild-zebra | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/debian/scripts/koha-rebuild-zebra b/debian/scripts/koha-rebuild-zebra >index b8201e8..b4478fd 100755 >--- a/debian/scripts/koha-rebuild-zebra >+++ b/debian/scripts/koha-rebuild-zebra >@@ -44,7 +44,8 @@ done > > > >-function run_zebra () { >+run_zebra() >+{ > name=$1; shift > > sudo -u "$name-koha" -H \ >-- >1.7.4.1 >
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 6031
:
3597
| 4023