1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00

[PATCH] take out & from wait_for_sysfs_test that I previously missed.

This commit is contained in:
greg@kroah.com 2004-10-15 22:38:46 -07:00 committed by Greg KH
parent 1946fec4de
commit 052de0cec6

View File

@ -13,7 +13,7 @@ run_udev () {
for i in ${SYSFS_DIR}/block/*; do
# add each drive
export DEVPATH=${i#${SYSFS_DIR}}
$UDEV_BIN block &
$UDEV_BIN block
# add each partition, on each device
for j in $i/*; do