From 1096cd2ebc150e5c74b5e8e4016b835f34cd3f48 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 29 Jul 2009 17:26:33 -0400 Subject: Use $() instead of `` for process expansion. Adapted from . --- service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'service') 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" -- cgit v1.2.1