diff --git a/build.sh b/build.sh index 31fb2bc..2a11d7a 100755 --- a/build.sh +++ b/build.sh @@ -153,6 +153,11 @@ do ;; debug) exec &> >(tee "${LOGFILE}") + echo $@ + cat /etc/os-release + rustc -V + cargo -V + set -x ;; *) echo "usage $0 [client] [nocheck] [debug]"