From f68b64233374303abb0abcdb26033c17834bc826 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Fri, 27 Sep 2019 15:15:49 +0200 Subject: [PATCH 1/1] futureproof -r default --- misc/tools/all/xonotic.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index 1d5d75cb..9bc4cd6e 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -27,7 +27,7 @@ case "$cmd" in cleanqcc=false cleanqc=false compiled0= - debug=release + debug=release # when changing this default, change the description in the zsh autocompletion script if [ -z "$CC" ]; then export CC="gcc" fi -- 2.39.2