Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit 2938dd9

Browse filesBrowse files
Merge pull request livecode#7570 from livecodepanos/fix_sanitizeSystemVersion
[[ Bug 23183 ]] Fix error in 'deploySanitizeSystemVersion()'
2 parents bb28970 + 510c279 commit 2938dd9
Copy full SHA for 2938dd9

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎ide-support/revdeploylibraryios.livecodescript

Copy file name to clipboardExpand all lines: ide-support/revdeploylibraryios.livecodescript
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,9 @@ function deploySanitizeSystemVersion
702702
// TODO: Remove this workaround once bug 22887 is fixed
703703
if it is "10.16.0" then
704704
get shell("sw_vers -productVersion")
705+
if char -1 of it is CR then
706+
delete char -1 of it
707+
end if
705708
end if
706709
if the length of item 2 of it is 0 then
707710
put 00 before item 2 of it

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.