Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ebuild.sh
  • Loading branch information
YBronst committed Sep 22, 2025
commit 3f1257faf10045743724e45e18c736e47d437354
2 changes: 1 addition & 1 deletion ebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ MainBuildScript() {
checkCmdlineArguments $@
checkToolchain

# local repoRev=$(git describe --tags $(git rev-list --tags --max-count=1))
# local repoRev=$(git describe --tags $(git rev-list --tags --max-count=1))
local repoRev=$(git describe --tags --abbrev=0)

#
Expand Down