1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Use double quotes around diagnostic.

This commit is contained in:
Jim Meyering
2002-10-08 09:21:08 +00:00
parent f3584c5e62
commit fb763e4f7a
37 changed files with 37 additions and 37 deletions

View File

@@ -19,7 +19,7 @@ cd $tmp || framework_failure=1
touch file || framework_failure=1
if test $framework_failure = 1; then
echo '$0: failure in testing framework' 1>&2
echo "$0: failure in testing framework" 1>&2
(exit 1); exit
fi