From d847a204aa5ab21a6c02998846ec3216cc7f887d Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 2 Jun 2011 10:30:21 -0400 Subject: use $() instead of `` for command substitutions Signed-off-by: Dave Reisner --- rc.single | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.single') diff --git a/rc.single b/rc.single index d1191d2..92b8f53 100755 --- a/rc.single +++ b/rc.single @@ -49,7 +49,7 @@ if [[ $RUNLEVEL = 1 ]]; then fi /bin/touch /var/log/boot -kill `/bin/cat /run/bootlogd.pid` +kill $(/bin/cat /run/bootlogd.pid) /bin/rm /run/bootlogd.pid # End of file -- cgit v1.2.3