mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Remove spurious + at end of line.
This commit is contained in:
parent
18815769bb
commit
ce3bed564a
1 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ tracks_version='1.7-devel'
|
||||||
|
|
||||||
# comment out next two lines if you do not want (or can not) the date of the
|
# comment out next two lines if you do not want (or can not) the date of the
|
||||||
# last git commit in the footer
|
# last git commit in the footer
|
||||||
info=`git log --pretty=format:"%ai" -1`+
|
info=`git log --pretty=format:"%ai" -1`
|
||||||
tracks_version=tracks_version + ' ('+info+')'
|
tracks_version=tracks_version + ' ('+info+')'
|
||||||
|
|
||||||
TRACKS_VERSION=tracks_version
|
TRACKS_VERSION=tracks_version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue