Skip to content

Commit 07ceed9

Browse files
committedJun 26, 2015
artiq_flash.sh: back down on verbosity
1 parent c381102 commit 07ceed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎artiq/frontend/artiq_flash.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# exit on error
44
set -e
55
# print commands
6-
set -v
6+
#set -x
77

88
ARTIQ_PREFIX=$(python3 -c "import artiq; print(artiq.__path__[0])")
99

0 commit comments

Comments
 (0)
Please sign in to comment.