Skip to content

Commit

Permalink
- do not extract old build results when build type is not handled.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Jun 27, 2012
1 parent 13af6f3 commit 74f7cc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build
Expand Up @@ -2318,6 +2318,9 @@ if test -n "$RUNNING_IN_VM" -a -n "$VM_SWAP"; then
preinstallimage)
computeblocklists $args $TOPDIR/OTHER/* > "$VM_SWAP"
;;
*)
cleanup_and_exit 1
;;
esac || cleanup_and_exit 1
fi

Expand Down

0 comments on commit 74f7cc0

Please sign in to comment.