Skip to content

Commit

Permalink
move to GIT abbrev commit notation
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Courtin committed Nov 4, 2012
1 parent 79a0799 commit 8f18265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dnl Git
dnl ---------------------------------------------------------------------------
AC_CHECK_PROG(git, git, yes)
if test "$git" = "yes" -a -d ".git"; then
GIT_FLAGS='"-D TINYOWS_GIT_COMMIT=\"$(shell git log -n 1 HEAD | grep commit)\""'
GIT_FLAGS='"-D TINYOWS_GIT_COMMIT=\"$(shell git log --abbrev-commit -n 1 HEAD | grep commit)\""'
AC_SUBST(GIT_FLAGS)
fi

Expand Down

0 comments on commit 8f18265

Please sign in to comment.