From 789690adea95f806e315cf485deec3fa8fd9fdc7 Mon Sep 17 00:00:00 2001 From: Vincent Blondeau Date: Fri, 6 Jul 2018 17:22:19 -0700 Subject: [PATCH] Get the git version properly --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index aa795178..842c9adc 100755 --- a/build.sh +++ b/build.sh @@ -37,7 +37,7 @@ function package_user_version() { ./pharo PharoLauncher.image eval --save "PhLDeploymentScript doAll" # Set the launcher version on Pharo - LAUNCHER_VERSION=git describe --tags + LAUNCHER_VERSION=$(eval 'git describe --tags') ./pharo PharoLauncher.image eval --save "PhLAboutCommand version: '$LAUNCHER_VERSION'" # Faster the startup of the launcher image