ppcrcd/trunk/initrd.dir/linuxrc

sparky cvs at pld-linux.org
Thu Mar 23 00:33:08 CET 2006


Author: sparky
Date: Thu Mar 23 00:32:54 2006
New Revision: 7290

Modified:
   ppcrcd/trunk/initrd.dir/linuxrc
Log:
- one more


Modified: ppcrcd/trunk/initrd.dir/linuxrc
==============================================================================
--- ppcrcd/trunk/initrd.dir/linuxrc	(original)
+++ ppcrcd/trunk/initrd.dir/linuxrc	Thu Mar 23 00:32:54 2006
@@ -41,7 +41,7 @@
 			&& continue
 		$B/echo -n "$CD.."
 		$B/mount -n -t $FS $P/dev/$CD /media/ppcrcd -r 2>$P/dev/null
-		if $B/test $? -eq 0 && $B/test -n "`ls /media/ppcrcd`"; then
+		if $B/test $? -eq 0 && $B/test -n "`$B/ls /media/ppcrcd`"; then
 			TRIED="$TRIED$CD:"
 		fi
 		if $B/test -f /media/ppcrcd/ppcrcd.sqf; then


More information about the pld-cvs-commit mailing list