aboutsummaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rwxr-xr-xservice4
1 files changed, 2 insertions, 2 deletions
diff --git a/service b/service
index d7551b56..7d7dea8e 100755
--- a/service
+++ b/service
@@ -2,8 +2,8 @@
. /etc/init.d/functions
-VERSION="`basename $0` ver. 0.91"
-USAGE="Usage: `basename $0` < option > | --status-all | \
+VERSION="$(basename $0) ver. 0.91"
+USAGE="Usage: $(basename $0) < option > | --status-all | \
[ service_name [ command | --full-restart ] ]"
SERVICE=
SERVICEDIR="/etc/init.d"