aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-19 20:49:10 -0500
committerDave Reisner <d@falconindy.com>2010-01-19 20:49:10 -0500
commit238fc48ec5c4920b5eaaa957a6ada2cb841711dc (patch)
treec459da09484882226edb5639e13089c2a238b00b
parent89bf65130e217d9a727b0513c57dbff45656bb80 (diff)
downloadsquashfu-238fc48ec5c4920b5eaaa957a6ada2cb841711dc.tar.gz
Don't suppress pattern space when removing lines from binventory
-rwxr-xr-xsquashfu2
1 files changed, 1 insertions, 1 deletions
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!