[PATCH 07/50] Get rid of `` subprocess expansion when killing udevd.

$() subprocess expansion is so much easier to read.
This commit is contained in:
Victor Lowther 2009-02-13 04:41:47 -08:00 committed by Dave Jones
parent 39b4c02111
commit 8b691309de

2
init
View File

@ -101,7 +101,7 @@ if [ -x $NEWROOT/usr/sbin/load_policy ]; then
fi
# kill off udev
kill `pidof udevd`
kill $(pidof udevd)
[ -x /bin/plymouth ] && plymouth --newroot=$NEWROOT