Summary: | koha-run-backups complains "[: 97: missing ]" | ||
---|---|---|---|
Product: | Koha | Reporter: | MJ Ray (software.coop) <mjr> |
Component: | Packaging | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, jonathan.druart, robin, vfernandes |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | Sponsored | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 9260: stop koha-run-backups complaining "missing ]"
Bug 9019: Return item fields in ILS-DI GetRecords [SIGNED-OFF] Bug 9260: stop koha-run-backups complaining "missing ]" Bug 9260: stop koha-run-backups complaining "missing ]" |
Description
MJ Ray (software.coop)
2012-12-11 14:14:31 UTC
Created attachment 13998 [details] [review] Bug 9260: stop koha-run-backups complaining "missing ]" Found because cron.daily/koha output contains the error "[: 97: missing ]" To test: 1. run koha-run-backups --days 2 --output /var/spool/koha 2. should see no output Sponsored-by: Library of the Józef Piłsudski Institute of America Created attachment 14000 [details] [review] Bug 9019: Return item fields in ILS-DI GetRecords Signed-off-by: Srikanth Dhondi <srikanth@catalyst.net.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> 1) Activate ILS-DI in system preferencs 2) Access http://.../cgi-bin/koha/ilsdi.pl to see documentation 3) Try http://.../cgi-bin/koha/ilsdi.pl?service=GetRecords&id=12+14 with various valid biblionumbers for your system 4) Verify 952 is included in the <marcxml> and all other data displays correctly All tests pass. http://bugs.koha-community.org/show_bug.cgi?id=9010 Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> Created attachment 14002 [details] [review] [SIGNED-OFF] Bug 9260: stop koha-run-backups complaining "missing ]" Found because cron.daily/koha output contains the error "[: 97: missing ]" To test: 1. run koha-run-backups --days 2 --output /var/spool/koha 2. should see no output Sponsored-by: Library of the Józef Piłsudski Institute of America Signed-off-by: Vitor FERNANDES <vfernandes@keep.pt> QA Comments: This patch fixes a syntax error in a sh script. Marked as Passed QA. Created attachment 14222 [details] [review] Bug 9260: stop koha-run-backups complaining "missing ]" Found because cron.daily/koha output contains the error "[: 97: missing ]" To test: 1. run koha-run-backups --days 2 --output /var/spool/koha 2. should see no output Sponsored-by: Library of the Józef Piłsudski Institute of America Signed-off-by: Vitor FERNANDES <vfernandes@keep.pt> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> I still get an error: ./koha-run-backups: 58: ./koha-run-backups: koha-list: not found But this patch fixes the syntax error This patch has been pushed to master. Pushed to 3.10.x will be in 3.10.1 |