From 48e0a2ad37b37c872ae09a049b7525e097db1ef8 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Thu, 25 Jun 2015 13:28:05 -0600 Subject: [PATCH] artiq_flash: echo commands for a bit more verbosity --- artiq/frontend/artiq_flash.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/artiq/frontend/artiq_flash.sh b/artiq/frontend/artiq_flash.sh index b5447b197..f2ff61f4f 100755 --- a/artiq/frontend/artiq_flash.sh +++ b/artiq/frontend/artiq_flash.sh @@ -1,6 +1,9 @@ #!/bin/bash +# exit on error set -e +# print commands +set -v ARTIQ_PREFIX=$(python3 -c "import artiq; print(artiq.__path__[0])")