Changeset 2604 in MondoRescue for branches/2.2.10/mindi/mindi


Ignore:
Timestamp:
Mar 22, 2010, 1:56:34 PM (14 years ago)
Author:
Bruno Cornec
Message:

r3760@localhost: bruno | 2010-03-18 00:52:51 +0100

  • ReadAllLink in mindi should provide all intermediates links so that the image contains them
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mindi/mindi

    r2603 r2604  
    802802        fi
    803803   
    804         link=`readlink -e $file`
     804        link=`readlink $file`
    805805        d=`dirname $file`
    806806        fchar=`echo $link | cut -c1`
     
    808808        if [ -h "$d" ]; then
    809809            echo "$d"
    810             d=`readlink -e $d`
     810            d=`readlink $d`
    811811        fi
    812812        if [ "$fchar" != "/" ]; then
Note: See TracChangeset for help on using the changeset viewer.