aboutsummaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-08-01 19:56:57 +0000
committerBill Nottingham <notting@redhat.com>2006-08-01 19:56:57 +0000
commite107d91b7aa3076b1bbe1fa91e570d1b52e41cdf (patch)
tree1bf132564ea53c858957642db60724c70e296d4a /service
parent0b3a2227be2251521a59a9da8eee0d00ce45e6d1 (diff)
downloadinitscripts-e107d91b7aa3076b1bbe1fa91e570d1b52e41cdf.tar
initscripts-e107d91b7aa3076b1bbe1fa91e570d1b52e41cdf.tar.gz
initscripts-e107d91b7aa3076b1bbe1fa91e570d1b52e41cdf.tar.bz2
initscripts-e107d91b7aa3076b1bbe1fa91e570d1b52e41cdf.tar.xz
initscripts-e107d91b7aa3076b1bbe1fa91e570d1b52e41cdf.zip
those aren't really translatable. don't clutter the po files
Diffstat (limited to 'service')
-rwxr-xr-xservice6
1 files changed, 3 insertions, 3 deletions
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
;;
*)