From c5f70e79b590f5edfcdc200562170a8b87eabf91 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 14 Jun 2012 16:30:16 +0200 Subject: [PATCH] py-compile: consistently quote 'like this', not `like this'. * lib/py-compile (usage_error): Here. Signed-off-by: Stefano Lattarini --- lib/py-compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.47.2