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