From 07ceed9512e57e6577c47333ebc61059071c8e9e Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Fri, 26 Jun 2015 11:09:08 -0600 Subject: [PATCH] artiq_flash.sh: back down on verbosity --- artiq/frontend/artiq_flash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/frontend/artiq_flash.sh b/artiq/frontend/artiq_flash.sh index f2ff61f4f..2ac6163ef 100755 --- a/artiq/frontend/artiq_flash.sh +++ b/artiq/frontend/artiq_flash.sh @@ -3,7 +3,7 @@ # exit on error set -e # print commands -set -v +#set -x ARTIQ_PREFIX=$(python3 -c "import artiq; print(artiq.__path__[0])")