]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
hide 2 redundant echos
authorMartin Taibr <taibr.martin@gmail.com>
Mon, 28 Aug 2017 15:42:43 +0000 (17:42 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Mon, 28 Aug 2017 15:42:43 +0000 (17:42 +0200)
qcsrc/tools/qcc.sh

index 15cbfc4aab5a222f8a06da9091884057c5f84fe3..a9362cc99180d413fe5d3a96a2be630576245237 100755 (executable)
@@ -20,7 +20,7 @@ function qpp() {
         server) DEFS="-DGAMEQC -DSVQC"
         ;;
     esac
-    >&2 echo + ${CPP} "${@:3}" ${DEFS} "${IN}"
+    #>&2 echo + ${CPP} "${@:3}" ${DEFS} "${IN}"
     set +e
     # additional information
     ${CPP} "${@:3}" ${DEFS} \
@@ -36,7 +36,7 @@ function qpp() {
 }
 
 function qcc() {
-    >&2 echo + $(basename ${QCC}) $@
+    #>&2 echo + $(basename ${QCC}) $@
     # FIXME: relative compiler path is too deep
     (cd tools && ${QCC} "$@")
 }