mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-27 01:44:23 +00: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