- Timestamp:
- Feb 12, 2006, 4:21:14 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mindi/mindi
r379 r382 1928 1928 res=$(($res+$?)) 1929 1929 rm -f $imagefile 1930 [ "$res" -ne "0" ] && LogIt "Warning - failed to create 1.44MB boot/root floppies\n" 1931 rm -f $imagesdir/mindi-*.1440.img 1930 if [ "$res" -ne "0" ]; then 1931 LogIt "Warning - failed to create 1.44MB boot/root floppies\n" 1932 rm -f $imagesdir/mindi-*.1440.img 1933 fi 1932 1934 return $res 1933 1935 fi … … 2066 2068 res=$(($res+$?)) 2067 2069 rm -f $imagefile 2068 [ "$res" -ne "0" ] && LogIt "Warning - failed to create 1.44MB boot/root floppies\n" 2070 if [ "$res" -ne "0" ]; then 2071 LogIt "Warning - failed to create 1.44MB boot/root floppies\n" 2072 rm -f $imagesdir/mindi-*.1440.img 2073 fi 2069 2074 return $res 2070 2075 fi
Note:
See TracChangeset
for help on using the changeset viewer.