build.sh: Fix embarassing extra line of code

pull/16/head
T. Joseph Carter 2016-09-14 02:54:29 -07:00
parent 53742ee160
commit d1b1b770b4
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 -f "${SCRIPT_DIR}/remove-comments.sed" < ${i}-packages-nr)"
PACKAGES="$(sed -e "$sed_expr_packages" < ${i}-packages-nr)"
if [ -n "$PACKAGES" ]; then
on_chroot sh -e - << EOF
apt-get install --no-install-recommends -y $PACKAGES