Author: glen
Date: Thu Oct 25 09:22:30 2007
New Revision: 8865

Modified:
   geninitrd/trunk/geninitrd
Log:
- typo

Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd   (original)
+++ geninitrd/trunk/geninitrd   Thu Oct 25 09:22:30 2007
@@ -666,7 +666,7 @@
                find_modules_ide
                findmodule "ataraid"
                ataraidmodules="`awk '/ataraid_hostadapter/ && ! /^[\t ]*#/ { 
print $3; }' $modulefile`"
-               if -n "$ataraidmodules" ; then
+               if [ -n "$ataraidmodules" ]; then
                        # FIXME: think about modules compiled in kernel
                        die "ataraid_hostadapter alias not defined in 
$modulefile! Please set it and run $PROGRAM again."
                fi
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to