Skip to content

Commit

Permalink
configure.ac: add tag name in STARPU_REVISION
Browse files Browse the repository at this point in the history
  • Loading branch information
nfurmento committed Apr 18, 2024
1 parent 1d03d26 commit 44b0f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ elif test "$gitcommand" = "" ; then
else
bdir=$PWD
cd $srcdir
git log -n 1 --pretty="%H" . > $bdir/STARPU-REVISION_tmp
git log -n 1 --pretty="%H%d" . > $bdir/STARPU-REVISION_tmp
cd $bdir
if test -s ./STARPU-REVISION_tmp ; then
mv ./STARPU-REVISION_tmp ./STARPU-REVISION
Expand Down

0 comments on commit 44b0f15

Please sign in to comment.