From: Stefano Lattarini Date: Thu, 14 Jun 2012 14:30:16 +0000 (+0200) Subject: py-compile: consistently quote 'like this', not `like this'. X-Git-Tag: v1.12.2~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f70e79b590f5edfcdc200562170a8b87eabf91;p=thirdparty%2Fautomake.git py-compile: consistently quote 'like this', not `like this'. * lib/py-compile (usage_error): Here. Signed-off-by: Stefano Lattarini --- diff --git a/lib/py-compile b/lib/py-compile index 699e28f90..691690374 100755 --- a/lib/py-compile +++ b/lib/py-compile @@ -36,7 +36,7 @@ me=py-compile usage_error () { echo "$me: $*" >&2 - echo "Try \`$me --help' for more information." >&2 + echo "Try '$me --help' for more information." >&2 exit 1 }