1 Sep
2013
1 Sep
'13
10:53 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10735 --- Comment #4 from Robin Sheat <robin@catalyst.net.nz> --- (In reply to Bert Burgemeister from comment #3)
The fallback is already sort of implemented. It just doesn't work because xmlstarlet returns non-zero which kills koha-dump immediately due to its "set -e" setting.
It'd be better to fix that case with some error handling (or even just '|| true' to hide it if appropriate) than turn off the error aborting script-wide, as that may cause it to try to plow on rather than die if something else goes wrong. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.