Skip to content

Commit

Permalink
2.2.1.0 GUI Full Reconstruction non-mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
Remapper committed Mar 11, 2019
1 parent eef1f62 commit 67e7888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/genbuild.sh
Expand Up @@ -23,7 +23,7 @@ if [ -e "$(which git 2>/dev/null)" -a "$(git rev-parse --is-inside-work-tree 2>/
# if latest commit is tagged and not dirty, then override using the tag name
DESC=$(git describe 2>/dev/null)
RAWDESC=$(git describe --abbrev=0 2>/dev/null)
git diff-index --quiet HEAD -- || DESC="$DESC-dirty"
git diff-index --quiet HEAD -- || DESC="$DESC-clean"

# get a string like "2012-04-10 16:27:19 +0200"
LAST_COMMIT_DATE="$(git log -n 1 --format="%ci")"
Expand Down

0 comments on commit 67e7888

Please sign in to comment.