Changeset 1059 in MondoRescue for branches/stable/mindi/mindi


Ignore:
Timestamp:
Jan 16, 2007, 8:56:39 AM (17 years ago)
Author:
Bruno Cornec
Message:

Correct approach of the previous problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r1058 r1059  
    961961        echo "Problem with dead link on $file -> $link" >> $LOGFILE
    962962    fi
    963     if [ "$d" != "`dirname $link`" ]; then
    964         echo "$link `ReadAllLink $d`"
     963    if [ -h "$d" ]; then
     964        echo "$link $d"
    965965    else
    966966        echo "$link"
Note: See TracChangeset for help on using the changeset viewer.