From 0f24e4d48c4d643f8141c25643c080224b83e2d4 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 18 Jan 2010 22:36:15 -0500 Subject: Need file to operate on for removing bin from .bin.list --- squashfu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! -- cgit v1.2.3