[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[FYI] {maint} py-compile: consistently quote 'like this', not `like this
From: |
Stefano Lattarini |
Subject: |
[FYI] {maint} py-compile: consistently quote 'like this', not `like this'. |
Date: |
Thu, 14 Jun 2012 16:31:35 +0200 |
* lib/py-compile (usage_error): Here.
Signed-off-by: Stefano Lattarini <address@hidden>
---
lib/py-compile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/py-compile b/lib/py-compile
index 699e28f..6916903 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
}
--
1.7.9.5
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [FYI] {maint} py-compile: consistently quote 'like this', not `like this'.,
Stefano Lattarini <=