From dec8b1fc302d446214eae6a3acad6bcb9df9f2be Mon Sep 17 00:00:00 2001 From: vit9696 Date: Sun, 18 Jul 2021 21:01:39 +0300 Subject: [PATCH] Unify toolchain suffix separator with the rest of the name --- efibuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efibuild.sh b/efibuild.sh index 580fdcc..3700786 100755 --- a/efibuild.sh +++ b/efibuild.sh @@ -457,7 +457,7 @@ if [ "$(type -t package)" = "function" ]; then if [ "${#TOOLCHAINS[@]}" -eq 1 ]; then name="${rtarget}" else - name="${toolchain}_${rtarget}" + name="${toolchain}-${rtarget}" fi package "UDK/Build/${RELPKG}/${rtarget}_${toolchain}/${ARCHS[0]}" "${name}" "${HASH}" || exit 1 if [ "$NO_ARCHIVES" != "1" ]; then