artiq_flash.sh: back down on verbosity

This commit is contained in:
Robert Jördens 2015-06-26 11:09:08 -06:00
parent c381102019
commit 07ceed9512

View File

@ -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])")