Comment 1 for bug 228675

Revision history for this message
Michael Vogt (mvo) wrote :

Because I need this in my local project I added it quickly, here is the diff:

=== modified file 'ubuntu-vm-builder'
--- ubuntu-vm-builder 2008-04-04 15:49:13 +0000
+++ ubuntu-vm-builder 2008-05-09 13:37:00 +0000
@@ -786,7 +786,7 @@
  #
  # Execute the script.
  #
- "$EXEC"
+ "$EXEC" || exit 1
 }

 mount_parts () {