aps: Remove uncessesarry IFS meddling

This commit is contained in:
Daniel Gröber 2018-09-02 21:29:10 +02:00
parent 524bb9a8be
commit 126e911243
1 changed files with 1 additions and 3 deletions

View File

@ -34,14 +34,12 @@ target=$(. "$CONTROL"; echo "${TARGET}")
subtarget=$(. "$CONTROL"; echo "${SUBTARGET}")
(
IFS='
'
# `make` below consumes these
export PROFILE PACKAGES
. "$CONTROL"
tmp=$(mktemp --tmpdir -d files.XXXXXXXXX)
tmp="$(mktemp --tmpdir -d files.XXXXXXXXX)"
mkdir -p "$tmp"/etc
echo "$VERSION" > "$tmp"/etc/its-access-point-version