aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx/osx-app.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-11-10 13:07:54 -0800
committerGuy Harris <guy@alum.mit.edu>2015-11-10 21:08:45 +0000
commit0b05086754ad977d639ed7715a34b57b5e0ee28e (patch)
treebe904ceb0af94e39ac0c02c5d0e9fbbf2fa5483b /packaging/macosx/osx-app.sh
parent0d497e812508b3d71716618e39647a107c206b1d (diff)
Apple calls it just "OS X" these days.
Change-Id: I98905988ceb394d27307d1cbe883d8fe95ac23e4 Reviewed-on: https://code.wireshark.org/review/11703 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'packaging/macosx/osx-app.sh')
-rwxr-xr-xpackaging/macosx/osx-app.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh
index a92c0050df..8e638eb3d0 100755
--- a/packaging/macosx/osx-app.sh
+++ b/packaging/macosx/osx-app.sh
@@ -604,11 +604,11 @@ rpathify_file () {
fi
#
- # Show the minimum supported version of Mac OS X
+ # Show the minimum supported version of OS X
# for each executable or library
#
if [[ "$filetype" = "EXECUTE" || "$filetype" = "DYLIB" ]] && [[ "$VERSION" -ge "7" ]] ; then
- echo "Minimum Mac OS X version for $1:"
+ echo "Minimum OS X version for $1:"
otool -l $1 | grep -A3 LC_VERSION_MIN_MACOSX
fi