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

@@ -21,7 +21,7 @@ mkdir -p $tmp || framework_failure=1
cd $tmp || 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 1
fi