From 35077b43e8ccacc50b3d2e379f57f22722eef054 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 20 Aug 2016 16:11:44 +0200 Subject: replace deprecated `...` syntax with $(...) in shell scripts --- bootchartd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootchartd') diff --git a/bootchartd b/bootchartd index 43fdfe9..e265582 100755 --- a/bootchartd +++ b/bootchartd @@ -178,7 +178,7 @@ stop-initfs) cd "$LOGDIR" mkdir "$NEWROOT$LOGDIR" cp /sbin/bootchartd $NEWROOT/sbin - PID=`cat bootchart.pid` + PID=$(cat bootchart.pid) kill -USR2 $PID wait $PID mv * "$NEWROOT$LOGDIR" -- cgit v1.2.3-70-g09d2