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.multi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.multi') diff --git a/rc.multi b/rc.multi index d8bf126..60bb835 100755 --- a/rc.multi +++ b/rc.multi @@ -27,7 +27,7 @@ fi run_hook multi_end /bin/touch /var/log/boot -kill `/bin/cat /run/bootlogd.pid` +kill $(/bin/cat /run/bootlogd.pid) /bin/rm /run/bootlogd.pid # vim: set ts=2 sw=2 noet: -- cgit v1.2.3