Fix typo in binary_syslinux

Closes: #818916
This commit is contained in:
Kristian Klausen 2016-05-26 21:41:48 +02:00
parent a8cc708427
commit 6b0777c53e
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ then
_VERSION="$(. chroot/etc/os-release && echo ${VERSION_ID})"
fi
_VERSION="${VERSION:-none}"
_VERSION="${_VERSION:-none}"
_DISTRIBUTION="${LB_DISTRIBUTION}"
_ARCHITECTURE="${LB_ARCHITECTURES}"