mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-02-20 05:25:24 +01:00
Dash as /bin/sh apparently does not know $'\n' syntax. * tests/xargs/verbose-quote.sh: Define NL variable for newline character; change from $'\n' syntax to the above variable when generating input for xargs. Fixes https://sv.gnu.org/bugs/?63934