From: Stefano Lattarini Date: Wed, 27 Jun 2012 09:13:54 +0000 (+0200) Subject: scripts: quote 'like this', not `like this' X-Git-Tag: v1.12.2~27^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7132aee3c5c0024b91c925e712f249838b98c46;p=thirdparty%2Fautomake.git scripts: quote 'like this', not `like this' * lib/test-driver.sh: Here. Signed-off-by: Stefano Lattarini --- diff --git a/lib/test-driver b/lib/test-driver index 2398a06ff..aba4d1d26 100755 --- a/lib/test-driver +++ b/lib/test-driver @@ -1,7 +1,7 @@ #! /bin/sh -# test-driver - basic driver script for the `parallel-tests' mode. +# test-driver - basic driver script for the 'parallel-tests' mode. -scriptversion=2011-08-17.14; # UTC +scriptversion=2012-06-27.10; # UTC # Copyright (C) 2011-2012 Free Software Foundation, Inc. # @@ -45,7 +45,7 @@ Usage: test-driver --test-name=NAME --log-file=PATH --trs-file=PATH [--expect-failure={yes|no}] [--color-tests={yes|no}] [--enable-hard-errors={yes|no}] [--] TEST-SCRIPT -The \`--test-name', \`--log-file' and \`--trs-file' options are mandatory. +The '--test-name', '--log-file' and '--trs-file' options are mandatory. END } @@ -74,7 +74,7 @@ while test $# -gt 0; do done if test $color_tests = yes; then - # Keep this in sync with `lib/am/check.am:$(am__tty_colors)'. + # Keep this in sync with 'lib/am/check.am:$(am__tty_colors)'. red='' # Red. grn='' # Green. lgn='' # Light green.