build.sh: whitespace fix

pull/14/head
T. Joseph Carter 2016-09-05 21:55:48 -07:00
parent 5783929943
commit 34d3bc7dcc
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ EOF
if [ -f ${i}-packages-nr ]; then
log "Begin ${SUB_STAGE_DIR}/${i}-packages-nr"
PACKAGES="$(sed -e ':a;N;$ !b a' -e 's/[[:space:]]*\(#[^\n]*\)*[[:space:]]/ /g' < ${i}-packages-nr)"
if [ -n "$PACKAGES" ]; then
on_chroot sh -e - << EOF
apt-get install --no-install-recommends -y $PACKAGES