aboutsummaryrefslogtreecommitdiffstats
path: root/squashfu
diff options
context:
space:
mode:
Diffstat (limited to 'squashfu')
-rwxr-xr-xsquashfu2
1 files changed, 1 insertions, 1 deletions
diff --git a/squashfu b/squashfu
index eaee350..b6f8c04 100755
--- a/squashfu
+++ b/squashfu
@@ -294,7 +294,7 @@ action_remove_bin () {
fi
info "Deleting bin $new_bin"
- sed -n "/^$new_bin:[0-9]*/d"
+ sed -n "/^$new_bin:[0-9]*/d" "${BINVENTORY}"
rm -rf ${BINS_DIR}/$new_bin
# tidy up!