From: Jim Meyering Date: Tue, 8 Oct 2002 09:18:12 +0000 (+0000) Subject: Use double quotes around diagnostic. X-Git-Tag: v4.5.3~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3584c5e622d933ba7e2532ea6e6f07f8c1fc60d;p=thirdparty%2Fcoreutils.git Use double quotes around diagnostic. --- diff --git a/tests/tail-2/big-4gb b/tests/tail-2/big-4gb index 5e846c4401..ac963c462d 100755 --- a/tests/tail-2/big-4gb +++ b/tests/tail-2/big-4gb @@ -27,7 +27,7 @@ dd bs=1 seek=4294967288 if=tmp of=big 2> err || framework_failure=1 test $framework_failure == 1 && cat err 1>&2 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