diff options
author | Raul E Rangel <rrangel@chromium.org> | 2023-04-04 16:13:57 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-25 04:42:52 +0100 |
commit | 8a94952d5f7208e6fd75e4eef6c937c58bc8775e (patch) | |
tree | 504b3b083c35fa1c2e72f787702cbd6aa211d777 /README | |
parent | Fix incorrect cp when using ROOT (diff) | |
download | build-docbook-catalog-master.tar.gz build-docbook-catalog-master.tar.bz2 build-docbook-catalog-master.zip |
We weren't using nullglob, so the wildcard parameter was incorrectly
getting passed to `find`.
+ pushd /build/arm64-generic//usr/share/sgml/docbook
+ mapfile -d '' DTDS
++ find xml-dtd-4.3/ xml-dtd-4.5/ -name docbookx.dtd -print0
+ mapfile -d '' SIMPLE_DTDS
++ find 'xml-simple-dtd-*/' -name sdocbook.dtd -print0
find: ‘xml-simple-dtd-*/’: No such file or directory
+ popd
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Closes: https://github.com/gentoo/build-docbook-catalog/pull/1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions