mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Buildsystem: fix a slight mistake in the revision ID extractor.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
execute_process(
|
||||
COMMAND git log --pretty=format:"" origin/HEAD
|
||||
COMMAND git log --pretty=format:"" origin/master
|
||||
COMMAND wc -l
|
||||
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
|
||||
OUTPUT_VARIABLE rev_id_str
|
||||
|
||||
Reference in New Issue
Block a user