http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10735
--- Comment #4 from Robin Sheat <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
