Re: [PATCH] gnu-web-doc-update: Fail if "cd" fails.
Bruno Haible via Gnulib discussion list <[email protected]> Tue, 14 Jul 2026 11:52:49 +0200
| Newsgroups | gmane.comp.lib.gnulib.bugs |
|---|---|
| Message-ID | <3859669.Sgy9Pd6rRy@cagnes> |
Hi, James Youngman wrote: > * build-aux/gnu-web-doc-update: if cd fails, exit with a non-zero > status. Quote some variable expansions. Use find -exec where it is > simpler than xargs. Remove unnecessary use of sed. Could you please send this as 4 separate patches? It is unreviewable if you smash 4 different topics together. And while the "if cd fails" part seems uncontroversial, the "Quote some variable expansions." seems — at least partially — redundant. Bruno