mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
Fixed missing round braket
This commit is contained in:
parent
edab3b2144
commit
98cf33977d
@ -574,7 +574,7 @@ MainBuildScript() {
|
||||
if (( $SkipAutoGen == 0 )) || (( $FORCEREBUILD == 1 )); then
|
||||
|
||||
# local clover_revision=$(cat "${CLOVERROOT}/${VERSTXT}")
|
||||
local clover_revision=$(git describe --tags $(git rev-list --tags --max-count=1)
|
||||
local clover_revision=$(git describe --tags $(git rev-list --tags --max-count=1))
|
||||
local clover_build_date=$(date '+%Y-%m-%d %H:%M:%S')
|
||||
#echo "#define FIRMWARE_VERSION \"2.31\"" > "$CLOVERROOT"/Version.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user