build.sh: whitespace fix
This commit is contained in:
parent
5783929943
commit
34d3bc7dcc
1
build.sh
1
build.sh
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user