Skip to content

Commit

Permalink
Remove leading - from EOF marker
Browse files Browse the repository at this point in the history
  • Loading branch information
allanjude authored and bapt committed Jul 3, 2020
1 parent 30becca commit ff6d586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/share/poudriere/image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ if [ -f "${PKGBASELIST}" ]; then
url: file://${POUDRIERE_DATA}/images/${JAILNAME}-repo/FreeBSD:${OSVERSION}:${arch}/latest,
enabled: true
}
-EOF
EOF
pkg -o REPOS_DIR=${WRKDIR}/world/etc/pkg/ -o ASSUME_ALWAYS_YES=yes -r ${WRKDIR}/world update
while read line; do
pkg -o REPOS_DIR=${WRKDIR}/world/etc/pkg/ -o ASSUME_ALWAYS_YES=yes -r ${WRKDIR}/world install -y ${line}
Expand Down

0 comments on commit ff6d586

Please sign in to comment.