--- tgt-1.0.4/scripts/tgt-admin	2010-04-29 01:16:34.000000000 -0500
+++ tgt-1.0.4/scripts/tgt-admin	2010-07-20 04:32:55.603760363 -0500
@@ -1166,7 +1166,7 @@
 	# Check if userspace uses this device
 	my $lsof_check = check_exe("lsof");
 	if ($lsof_check ne 1) {
-		system("lsof $backing_store &>/dev/null");
+		system("lsof $backing_store > /dev/null 2>&1");
 		my $exit_value  = $? >> 8;
 		if ($exit_value eq 0) {
 			execute("# Device $backing_store is used (already tgtd target?).");
