]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
macos: also read arguments
authorThomas Debesse <dev@illwieckz.net>
Sat, 20 Feb 2021 16:41:58 +0000 (17:41 +0100)
committerThomas Debesse <dev@illwieckz.net>
Sat, 20 Feb 2021 19:11:51 +0000 (20:11 +0100)
setup/apple/netradiant

index a0411b0d9d85b823137501e9cbe1a159569b4ffa..68a151e1ef01d588bc2514722433b413dbf584c1 100755 (executable)
@@ -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 "${@}"