Changeset 2019 in MondoRescue for branches/2.2.7/mindi/mindi


Ignore:
Timestamp:
Sep 22, 2008, 11:29:22 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Fix modes on rootfs subdirs at 755 in SVN (fix a rpmlint warning)
  • Fix mindi in wc -l usage, as with parameter instead of on stdin int creates a different output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.7/mindi/mindi

    r2015 r2019  
    17941794    lines=`grep -vx " *#.*" $lfiles | grep -vx "" | wc -l`
    17951795    ParseModprobeForIncludes $includefile
    1796     lines=$(($lines+`wc -l $includefile`))
     1796    lines=$(($lines+`cat $includefile | wc -l`))
    17971797    cat $lfiles $includefile | GenerateGiantDependencyList $needlist $lines
    17981798    res=$?
Note: See TracChangeset for help on using the changeset viewer.