From 29670caa8e8e10d8e37c57539d1af26ebccd0912 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sun, 22 Jun 2014 12:18:39 +0100 Subject: [PATCH] Fix variable reference to evaluate distro alias --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 3f69a3b..e79dd7d 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -929,7 +929,7 @@ __ubuntu_derivatives_translation() { ;; esac - _ubuntu_version=$(eval echo "\$${1}_${_major}_ubuntu_base") + _ubuntu_version=$(eval echo "\$${match}_${_major}_ubuntu_base") if [ "$_ubuntu_version" != "" ]; then echodebug "Detected Ubuntu $_ubuntu_version derivative"