summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_includes
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@debian.org>2007-10-08 09:17:45 -0300
committerDaniel Baumann <daniel@debian.org>2007-10-08 17:45:36 +0200
commit30fb0c22721b1b1112f0ee2d42cfda957ce76ac0 (patch)
treedd9cdd446942bb4d21af86429d81bd2e2f2504ca /helpers/lh_binary_includes
parenta516cac94f08fc243de8dc236f0c37e6ec05051e (diff)
downloadvyos-live-build-30fb0c22721b1b1112f0ee2d42cfda957ce76ac0.tar.gz
vyos-live-build-30fb0c22721b1b1112f0ee2d42cfda957ce76ac0.zip
fix version guessing using proper evaluation
Diffstat (limited to 'helpers/lh_binary_includes')
-rwxr-xr-xhelpers/lh_binary_includes2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_includes b/helpers/lh_binary_includes
index e90716ba2..b4230a85d 100755
--- a/helpers/lh_binary_includes
+++ b/helpers/lh_binary_includes
@@ -136,7 +136,7 @@ then
ARCHITECTURE="$(echo ${LH_ARCHITECTURE} | sed -e 's# #/#g')"
DISTRIBUTION="$(echo ${LH_DISTRIBUTION} | cut -b 1 | tr '[a-z]' '[A-Z]')"
DISTRIBUTION="${DISTRIBUTION}$(echo ${LH_DISTRIBUTION} | cut -b 2-)"
- eval VERSION="$$(echo VERSION_${LH_DISTRIBUTION})"
+ eval VERSION="$`echo VERSION_${LH_DISTRIBUTION}`"
if [ -d binary/pool/main/l/live-installer ]
then