Subversion Repositories SvarDOS

Rev

Rev 867 | Rev 1103 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 867 Rev 904
Line 300... Line 300...
300
zip -mj9 "$CDZIP" "$CDISO"
300
zip -mj9 "$CDZIP" "$CDISO"
301
 
301
 
302
# cleanup temporary things
302
# cleanup temporary things
303
if [ "x$2" != "xnoclean" ] ; then
303
if [ "x$2" != "xnoclean" ] ; then
304
  echo
304
  echo
305
  echo "### Clenup of temporary directories:"
305
  echo "### Cleanup of temporary directories:"
306
  echo "# $CDROOT"
306
  echo "# $CDROOT"
307
  echo "# $FLOPROOT"
307
  echo "# $FLOPROOT"
308
  echo
308
  echo
309
  rm -rf "$CDROOT" "$FLOPROOT"
309
  rm -rf "$CDROOT" "$FLOPROOT"
310
fi
310
fi