X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fpy-compile;h=6916903742e6403d22452f0d0781d89827c0e8b5;hb=7b1697bd9b600cec62b8d52c56d80c60d39108a7;hp=699e28f90c5d18b682fa10d13df4d5c7d20bb083;hpb=4ef91d38b82d5e380ea258399c31a52dc3f282d6;p=platform%2Fupstream%2Fautomake.git 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 }