Ralf Wildenhues <[EMAIL PROTECTED]> writes: > - CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \ > + CU_TEST_NAME=`basename "$(abs_srcdir)"`,$$tst \
The other parts of the patch look OK, but this part inserts double-quote characters when single-quote would be a tad safer, no? _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
