]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/all/xonotic.subr
Verbosely output the external shell commands we run to start Xonotic.
[xonotic/xonotic.git] / misc / tools / all / xonotic.subr
index 7be8fa065c3c6f50994a3dba96ce4b755e1829e6..2d7025f9a9ff68e89b7108b01e6f62140aeffcfc 100644 (file)
@@ -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