summaryrefslogtreecommitdiff
path: root/app-emulation/hercules-sdl/files/gen_hashes.sh
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/hercules-sdl/files/gen_hashes.sh')
-rw-r--r--app-emulation/hercules-sdl/files/gen_hashes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/hercules-sdl/files/gen_hashes.sh b/app-emulation/hercules-sdl/files/gen_hashes.sh
index bb499392a4a5..dee50ea3cb0e 100644
--- a/app-emulation/hercules-sdl/files/gen_hashes.sh
+++ b/app-emulation/hercules-sdl/files/gen_hashes.sh
@@ -11,7 +11,7 @@ done
VERSIONARR=( ${1//./ })
VERSIONTAG="Release_${VERSIONARR[0]}.${VERSIONARR[1]}"
-[[ "${VERSIONARR[2]}" == "0" ]] || VERSIONTAG=".${VERSIONARR[2]}"
+[[ "${VERSIONARR[2]}" == "0" ]] || VERSIONTAG+=".${VERSIONARR[2]}"
RELEASEDATE="$(git -C "${CLONEDIR}/hyperion" show -s --format="%ci" "${VERSIONTAG}")"
echo