aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsquashfu4
1 files changed, 2 insertions, 2 deletions
diff --git a/squashfu b/squashfu
index b6f8c04..9767527 100755
--- a/squashfu
+++ b/squashfu
@@ -293,9 +293,9 @@ action_remove_bin () {
fi
fi
- info "Deleting bin $new_bin"
+ info "Deleting bin $1"
sed -n "/^$new_bin:[0-9]*/d" "${BINVENTORY}"
- rm -rf ${BINS_DIR}/$new_bin
+ rm -rf ${BINS_DIR}/$1
# tidy up!
sweep_bins