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