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 . --- rc.d/init.d/netconsole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/init.d/netconsole') diff --git a/rc.d/init.d/netconsole b/rc.d/init.d/netconsole index 5f6c3020..172a82b9 100644 --- a/rc.d/init.d/netconsole +++ b/rc.d/init.d/netconsole @@ -29,7 +29,7 @@ SYSLOGADDR= SYSLOGPORT=514 SYSLOGMACADDR= -kernel=`uname -r | cut -d. -f1-2` +kernel=$(uname -r | cut -d. -f1-2) usage () { -- cgit v1.2.1