From 157bf6d615fe4e15c5aea4e2318fc790c15fb4e6 Mon Sep 17 00:00:00 2001 From: Stephan Geisler Date: Fri, 1 Feb 2019 15:41:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ebuild=5Fspk.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_spk.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_spk.sh b/build_spk.sh index 9b35e8d..5d5d813 100644 --- a/build_spk.sh +++ b/build_spk.sh @@ -101,8 +101,8 @@ fi gitpull - build_version=`cat "${APPDIR}/${project}/Pack/INFO" | grep version | awk -F '"' '{print $2}'` -# set_spk_version=$build_version + build_version=$(get_key_value "${APPDIR}/${project}/Pack/INFO" version ) + echo " - INFO: Es wird foldende Version geladen und gebaut: $set_spk_version - BUILD-Version (INFO-File): $build_version"