summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2019-10-23 11:13:04 -0400
committerNat Goodspeed <nat@lindenlab.com>2019-10-23 11:13:04 -0400
commit3fb47a820bbded434f11d7d555613c17345f974a (patch)
tree379f381f9f556fb5b6a319874752d390fb171ae5 /indra/newview/viewer_manifest.py
parent33821bd599d1d9171cc93c38a2bc6c4ab6772c9a (diff)
OPEN-347: Remove ineffective, disabled 'hdiutil internet-enable'.
macOS Catalina no longer even recognizes that subcommand. Remove it.
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index fcb97ded8f..c490b58914 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -1370,7 +1370,6 @@ class DarwinManifest(ViewerManifest):
print "Converting temp disk image to final disk image"
self.run_command(['hdiutil', 'convert', sparsename, '-format', 'UDZO',
'-imagekey', 'zlib-level=9', '-o', finalname])
- self.run_command(['hdiutil', 'internet-enable', '-yes', finalname])
# get rid of the temp file
self.package_file = finalname
self.remove(sparsename)