This commit is contained in:
lingmo-dream 2024-07-18 12:09:55 +08:00
parent 8231398977
commit dfe4fc0a00
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ scm_version()
# If only the short version is requested, don't bother
# running further git commands
if $short; then
echo "+"
echo ""
return
fi
# If we are past the tagged commit, we pretty print it.
@ -183,4 +183,4 @@ elif [ "${LOCALVERSION+set}" != "set" ]; then
scm_version="$(scm_version --short)"
fi
echo "${KERNELVERSION}${file_localversion}${config_localversion}${LOCALVERSION}${scm_version}"
echo "${KERNELVERSION}${file_localversion}${config_localversion}${LOCALVERSION}"