https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31055
--- Comment #3 from Marcel de Rooy <[email protected]> --- Created attachment 136581 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=136581&action=edit Bug 31055: Change the source statement in koha scripts All references to koha-functions moved to sbin. git grep -l "bin/koha-functions.sh" | xargs sed -i -e's/usr\/share\/koha\/bin\/koha-functions.sh/usr\/sbin\/koha-functions.sh/g' Test plan: [1] Copy debian scripts to /usr/sbin locally. [2] Remove /usr/share/koha/bin/koha-functions.sh [3] Try a few scripts [4] git grep -E "[^s]bin/koha-funct". No occurrences? Signed-off-by: Marcel de Rooy <[email protected]> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
