From 1c30147b676930d401fe2781fa2adedf281c0a15 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sat, 20 Feb 2021 17:41:58 +0100 Subject: [PATCH] macos: also read arguments --- setup/apple/netradiant | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 "${@}" -- 2.39.2