diff options
| author | stoffu <stoffu@protonmail.ch> | 2018-06-21 20:36:46 +0900 |
|---|---|---|
| committer | stoffu <stoffu@protonmail.ch> | 2018-06-21 20:36:46 +0900 |
| commit | f1f0109621f4e33975d7498d5b8f0803fe4078b4 (patch) | |
| tree | 1528a1960335a1f85c2cd77431c5ae10294ee7a3 | |
| parent | cd46edb23f0764b7bb7ee1171224881554be5d2f (diff) | |
| download | monzero-gui-f1f0109621f4e33975d7498d5b8f0803fe4078b4.tar.gz monzero-gui-f1f0109621f4e33975d7498d5b8f0803fe4078b4.tar.xz monzero-gui-f1f0109621f4e33975d7498d5b8f0803fe4078b4.zip | |
Fix version string by picking up unannotated tags
| -rwxr-xr-x | utils.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ function get_tag() VERSIONTAG="$COMMIT" fi # save tag name + commit if availible - TAGNAME=$(git describe | sed -e 's/[\t ]*//') + TAGNAME=$(git describe --tags | sed -e 's/[\t ]*//') if test -z "$TAGNAME" then TAGNAME="$VERSIONTAG" |
