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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to