commit 391ed04cd2cbdce18178464c69967063945ce303
Author: Stephan Witt <[email protected]>
Date:   Mon Dec 2 08:47:28 2024 -0800

    support for more modern macos versions
---
 development/LyX-Mac-binary-release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/development/LyX-Mac-binary-release.sh 
b/development/LyX-Mac-binary-release.sh
index 7abe2ccf87..1fab757ef7 100644
--- a/development/LyX-Mac-binary-release.sh
+++ b/development/LyX-Mac-binary-release.sh
@@ -390,7 +390,7 @@ 
DMGNAME="${LyxBase}${LyXGitCommitHash:+-}${LyXGitCommitHash}"
 DMGSIZE="550m"
 
 # Check for existing SDKs
-SDKs=$(echo ${DEVELOPER_SDKS}/MacOSX1[01]*sdk)
+SDKs=$(echo ${DEVELOPER_SDKS}/MacOSX1[0-9]*sdk)
 case $SDKs in
 *${SDKROOT}*)
        ;;
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to