diff --git a/dsv/dsv b/dsv/dsv index 89b77c4..7c86b6a 100755 --- a/dsv/dsv +++ b/dsv/dsv @@ -80,7 +80,7 @@ flush() # @@@ should handle error fi unzip -p "$DSV_DIR/$zip" "$inside" >"$DSV_DIR/$ds" || - { rm -f "$DSV_DIR/$ds"; exit 1; } + { rm -f "$DSV_DIR/$zip" "$DSV_DIR/$ds"; exit 1; } fi fi eval for n in $name $alias\; do \