From: Thomas Debesse Date: Sat, 20 Feb 2021 16:41:58 +0000 (+0100) Subject: macos: also read arguments X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1c30147b676930d401fe2781fa2adedf281c0a15;p=xonotic%2Fnetradiant.git macos: also read arguments --- diff --git a/setup/apple/netradiant b/setup/apple/netradiant index a0411b0d..68a151e1 100755 --- 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 "${@}"