From: Rudolf Polzer Date: Sat, 18 Jan 2014 08:41:43 +0000 (+0100) Subject: Verbosely output the external shell commands we run to start Xonotic. X-Git-Tag: xonotic-v0.8.0~48 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=472aad1a6126bebabc9dd0fd75f446b139583b95 Verbosely output the external shell commands we run to start Xonotic. --- 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