]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Verbosely output the external shell commands we run to start Xonotic.
authorRudolf Polzer <divverent@xonotic.org>
Sat, 18 Jan 2014 08:41:43 +0000 (09:41 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Sat, 18 Jan 2014 08:41:43 +0000 (09:41 +0100)
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