From 238fc48ec5c4920b5eaaa957a6ada2cb841711dc Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 19 Jan 2010 20:49:10 -0500 Subject: Don't suppress pattern space when removing lines from binventory --- squashfu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'squashfu') diff --git a/squashfu b/squashfu index 88be25b..570bb88 100755 --- a/squashfu +++ b/squashfu @@ -294,7 +294,7 @@ action_remove_bin () { fi info "Deleting bin $1" - sed -i -n "/^$1:[0-9]*/d" "${BINVENTORY}" + sed -i "/^$1:[0-9]*/d" "${BINVENTORY}" rm -rf ${BINS_DIR}/$1 # tidy up! -- cgit v1.2.3