py-compile: consistently quote 'like this', not `like this'.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 14 Jun 2012 14:30:16 +0000 (16:30 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 14 Jun 2012 14:31:06 +0000 (16:31 +0200)
* lib/py-compile (usage_error): Here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/py-compile

index 699e28f..6916903 100755 (executable)
@@ -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
 }