https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25634
--- Comment #3 from David Cook <[email protected]> --- (In reply to David Cook from comment #0) > I'm thinking the easiest solution would be to remove "set -e" from > koha-foreach, and warn on individual failures. Actually, the easiest solution was to wrap koha-shell in an if statement ad just warn on what instance and command return a non-zero status. "set -e" won't exit if the non-zero status is returned by a command wrapped by an if statement. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
