Changeset 1864 in MondoRescue
- Timestamp:
- Jan 16, 2008, 12:05:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mindi/mindi
r1863 r1864 1426 1426 if [ _"$partition_mountpt" = _"" ]; then 1427 1427 for tmpp in `tr -s '\t' ' ' < $MY_FSTAB | /bin/grep -Ev "^#" | $AWK '{print $1}'`; do 1428 if [ _"`readlink -f $tmpp`" = "$current_partition" ]; then1428 if [ _"`readlink -f $tmpp`" = _"$current_partition" ]; then 1429 1429 str_to_find_fmt_with=$tmpp 1430 break; 1430 1431 fi 1431 1432 done
Note:
See TracChangeset
for help on using the changeset viewer.