chiark / gitweb /
[PATCH] take out & from wait_for_sysfs_test that I previously missed.
authorgreg@kroah.com <greg@kroah.com>
Sat, 16 Oct 2004 05:38:46 +0000 (22:38 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 05:02:45 +0000 (22:02 -0700)
test/wait_for_sysfs_test.sh

index f299d23c944525b928893f36d5353a4dd5a3ec2b..659d99a9fe7ed5a4a9a68c4feaed924a6a90085e 100644 (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