aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-18 22:36:15 -0500
committerDave Reisner <d@falconindy.com>2010-01-18 22:36:15 -0500
commit0f24e4d48c4d643f8141c25643c080224b83e2d4 (patch)
tree203142b59019aed145fbb87714f0c665dc8c9ffc
parentcb379d92ae6107fab20effa228b2dc5231610fe2 (diff)
downloadsquashfu-0f24e4d48c4d643f8141c25643c080224b83e2d4.tar.gz
Need file to operate on for removing bin from .bin.list
-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!