forked from M-Labs/artiq
1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

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