aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-08-17 17:56:52 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-08-17 17:56:52 -0400
commitb3cbff3e4e80aac25f922d7fec4e198c6dde95b3 (patch)
tree603046d1d885a29b1fd3cba1c8a47eca220710e2 /scripts
parentf7855153d938c99d506ad363e889031e1e9420a3 (diff)
Updated some documentation and use macOS instead of Mac OSX.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_plist.lua2
-rwxr-xr-xscripts/osx/textadept_osx2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gen_plist.lua b/scripts/gen_plist.lua
index 63f967d1..d43da45c 100755
--- a/scripts/gen_plist.lua
+++ b/scripts/gen_plist.lua
@@ -1,7 +1,7 @@
#!/usr/bin/lua
-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
--- This script generates the "Info.plist" file for the Mac OSX App bundle.
+-- This script generates the "Info.plist" file for the macOS App bundle.
local lang, exts
local languages, extensions = {}, {}
diff --git a/scripts/osx/textadept_osx b/scripts/osx/textadept_osx
index 3ab1d4ad..78a09679 100755
--- a/scripts/osx/textadept_osx
+++ b/scripts/osx/textadept_osx
@@ -15,7 +15,7 @@ export PANGO_LIBDIR="$bundle_res/lib"
export PANGO_SYSCONFDIR="$bundle_res/etc"
export CHARSETALIASDIR="$bundle_res/lib"
-# Strip out the argument added by OSX.
+# Strip out the argument added by macOS.
if [ x`echo "x$1" | sed -e "s/^x-psn_.*//"` == x ]; then shift 1; fi
# Source '~/.textadept/osx_env.sh' to set variables like $PATH when opening