diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-10 07:39:58 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-10 07:39:58 +0100 |
commit | 1f7f6dd88a36403c0bc877ee6c4a58f7acfc2034 (patch) | |
tree | b98ff62505af2e1d3b2e0e394ffb92f81239cfec /scripts/build/binary_memtest | |
parent | 7b6dfd9d167b5ef09c6c1812f17e6df302f45897 (diff) | |
download | vyos-live-build-1f7f6dd88a36403c0bc877ee6c4a58f7acfc2034.tar.gz vyos-live-build-1f7f6dd88a36403c0bc877ee6c4a58f7acfc2034.zip |
Cleaning up from python removal (LIVE_IMAGE_ARCHITECTURE).
Diffstat (limited to 'scripts/build/binary_memtest')
-rwxr-xr-x | scripts/build/binary_memtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_memtest b/scripts/build/binary_memtest index 1656b9a9c..5e8d1752b 100755 --- a/scripts/build/binary_memtest +++ b/scripts/build/binary_memtest @@ -43,7 +43,7 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -if [ "${LIVE_IMAGE_ARCHITECTURE}" != "amd64" ] && [ "${LIVE_IMAGE_ARCHITECTURE}" != "i386" ] +if [ "${LB_ARCHITECTURES}" != "amd64" ] && [ "${LB_ARCHITECTURES}" != "i386" ] then Echo_warning "skipping binary_memtest, foreign architecture." exit 0 |