projects
/
xonotic
/
netradiant.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18366d9
)
macos: also read arguments
author
Thomas Debesse <dev@illwieckz.net>
Sat, 20 Feb 2021 16:41:58 +0000
(17:41 +0100)
committer
Thomas Debesse <dev@illwieckz.net>
Sat, 20 Feb 2021 19:11:51 +0000
(20:11 +0100)
setup/apple/netradiant
patch
|
blob
|
history
diff --git
a/setup/apple/netradiant
b/setup/apple/netradiant
index a0411b0d9d85b823137501e9cbe1a159569b4ffa..68a151e1ef01d588bc2514722433b413dbf584c1 100755
(executable)
--- a/
setup/apple/netradiant
+++ b/
setup/apple/netradiant
@@
-8,8
+8,6
@@
bundle_dir="$(cd "${script_dir}/../Prefix"; pwd)"
echo "Starting NetRadiant in ${bundle_dir}"
-set -x
-
cd "${bundle_dir}"
export FC_DEBUG=1024
@@
-49,4
+47,4
@@
then
export GTK2_RC_FILES="${gtkrc_file}"
fi
-./netradiant
+exec ./netradiant "${@}"