From e107d91b7aa3076b1bbe1fa91e570d1b52e41cdf Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 1 Aug 2006 19:56:57 +0000 Subject: those aren't really translatable. don't clutter the po files --- service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'service') diff --git a/service b/service index d65d3ff7..2f913784 100755 --- a/service +++ b/service @@ -10,7 +10,7 @@ SERVICEDIR="/etc/init.d" OPTIONS= if [ $# -eq 0 ]; then - echo $"${USAGE}" >&2 + echo "${USAGE}" >&2 exit 1 fi @@ -18,11 +18,11 @@ cd / while [ $# -gt 0 ]; do case "${1}" in --help | -h | --h* ) - echo $"${USAGE}" >&2 + echo "${USAGE}" >&2 exit 0 ;; --version | -V ) - echo $"${VERSION}" >&2 + echo "${VERSION}" >&2 exit 0 ;; *) -- cgit v1.2.1