diff options
Diffstat (limited to 'debvm-run')
-rwxr-xr-x | debvm-run | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ while test "$#" -gt 0; do done test -f "$IMAGE" || die "image '$IMAGE' not found" +test -s "$IMAGE" || die "image '$IMAGE' is empty" cleanup() { set +x |