From 1cdc5e606ad7d451853f75a068a320148385f397 Mon Sep 17 00:00:00 2001 From: Dylan Conway Date: Mon, 12 Aug 2024 18:32:48 -0700 Subject: [PATCH] update --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 64a768590a6c9..810ca57d5d804 100644 --- a/release.sh +++ b/release.sh @@ -42,7 +42,7 @@ fi # If LTO is not enabled, we still need to be able to do a local release build. # We use bullseye for CI to support older versions of glibc, but that requires libc++. -if [ "$WEBKIT_RELEASE_TYPE" == "Debug" ] || [ "$LTO_FLAG" == "" ]; then +if [[ "$WEBKIT_RELEASE_TYPE" == "Debug" || "$LTO_FLAG" == "" ]]; then export DEBIAN_VERSION="bookworm" else export DEBIAN_VERSION="bullseye"