fix wrong use of PREFIX literal

This commit is contained in:
Steve Langasek 2017-11-09 16:13:25 -08:00
parent 7c07f8a65b
commit ea2840ddfc

View File

@ -25,7 +25,7 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
ubuntu-image -c edge $UBUNTU_IMAGE_ARGS \
-o "$PREFIX".img "$PREFIX".model-assertion
xz -0 -T4 "$PREFIX".img
mv seed.manifest "PREFIX".manifest
mv seed.manifest "$PREFIX".manifest
exit 0
fi