Changeset 2172 in MondoRescue for branches/2.2.9/mondo/src/restore-scripts
- Timestamp:
- Apr 7, 2009, 9:23:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/restore-scripts/mondo/label-partitions-as-necessary
r2087 r2172 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.