Changeset 1864 in MondoRescue


Ignore:
Timestamp:
Jan 16, 2008, 12:05:18 PM (16 years ago)
Author:
Bruno Cornec
Message:

-Fix pb in the previous commit (wrong test)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1863 r1864  
    14261426            if [ _"$partition_mountpt" = _"" ]; then
    14271427                for tmpp in `tr -s '\t' ' ' < $MY_FSTAB | /bin/grep -Ev "^#" | $AWK '{print $1}'`; do
    1428                         if [ _"`readlink -f $tmpp`" = "$current_partition" ]; then
     1428                        if [ _"`readlink -f $tmpp`" = _"$current_partition" ]; then
    14291429                            str_to_find_fmt_with=$tmpp
     1430                            break;
    14301431                        fi
    14311432                done
Note: See TracChangeset for help on using the changeset viewer.