Skip to content

Commit 2938dd9

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ide-support/revdeploylibraryios.livecodescript

Lines 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)