]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - all
./all compile: don't clean QC by default
[xonotic/xonotic.git] / all
diff --git a/all b/all
index 49e029635216c38e6af86eba4706f013c56102c9..6b417991c38f32924039ec33376179165fb9a144 100755 (executable)
--- a/all
+++ b/all
@@ -548,16 +548,10 @@ case "$cmd" in
                                cleanqc=true
                                shift
                                ;;
-                       -n)
-                               cleandp=false
-                               cleanqcc=false
-                               cleanqc=false
-                               shift
-                               ;;
                        *)
                                cleandp=false
                                cleanqcc=false
-                               cleanqc=true # version info
+                               cleanqc=false
                                ;;
                esac
                if [ $# -gt 0 ] && [ x"$1" = x"" ]; then