From 472aad1a6126bebabc9dd0fd75f446b139583b95 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 18 Jan 2014 09:41:43 +0100 Subject: [PATCH] Verbosely output the external shell commands we run to start Xonotic. --- misc/tools/all/xonotic.subr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index 7be8fa06..2d7025f9 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -17,7 +17,7 @@ case "$cmd" in if [ ! -f "$mapfile" ] ; then msg "ERROR, $mapfile not found!" else - $time misc/tools/xonotic-map-compiler-optionsfile "$mapfile" + verbose $time misc/tools/xonotic-map-compiler-optionsfile "$mapfile" fi done ;; @@ -336,7 +336,7 @@ case "$cmd" in set -- rlwrap -A -g '^quit' -q "\"" -s 10000 -S ']' -w 100 "$@" fi rm -f xonotic.core - $time "$@" || true + verbose $time "$@" || true if [ -f xonotic.core ]; then if yesno "The program has CRASHED. Do you want to examine the core dump?"; then gdb "$binary" xonotic.core -- 2.39.2