Changeset 2801 in MondoRescue
- Timestamp:
- Apr 29, 2011, 3:38:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.8/mondo/src/restore-scripts/mondo/label-partitions-as-necessary
r2087 r2801 61 61 noof_blank_lines=0 62 62 read line 63 while [ "$line" != "" ] && [ "$noof_blank_lines" -le "5" ] ; do 63 # We end after 50 empty lines, which hopefully means we reach the end of the file 64 while [ "$noof_blank_lines" -le "50" ] ; do 64 65 if [ "$line" = "" ] ; then 65 66 noof_blank_lines=$(($noof_blank_lines+1))
Note:
See TracChangeset
for help on using the changeset viewer.