]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#2015484: Fix --descendants option in marc_export
authorJason Stephenson <jason@sigio.com>
Wed, 1 Nov 2023 13:57:37 +0000 (09:57 -0400)
committerJane Sandberg <js7389@princeton.edu>
Sat, 11 Nov 2023 23:22:46 +0000 (15:22 -0800)
commit066b0c29933da6709495c22ada3a049e5ab6aef8
tree50bedfc40cfd452da1bf0cb0e0d297ada43961da
parent1fd8a0bf34c89424e71ae6f976e4ac167a2a4b2a
LP#2015484: Fix --descendants option in marc_export

It looks like an errant call to `grep` was added with the
--exclude-hidden parameter that caused issues with the --descendants
option when --exclude-hidden is not in use. This commit removes that
grep.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Open-ILS/src/support-scripts/marc_export.in