Skip to content

Commit

Permalink
Get the git version properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Blondeau committed Jul 7, 2018
1 parent c894035 commit 789690a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -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
Expand Down

0 comments on commit 789690a

Please sign in to comment.