forked from M-Labs/artiq-zynq
local_run: fixed bash opt bug.
This commit is contained in:
parent
f895773535
commit
1d975dd8bf
|
@ -5,7 +5,7 @@ set -e
|
||||||
impure=0
|
impure=0
|
||||||
load_bitstream=1
|
load_bitstream=1
|
||||||
|
|
||||||
while getopts "h:i:l" opt; do
|
while getopts "h:il" opt; do
|
||||||
case "$opt" in
|
case "$opt" in
|
||||||
\?) exit 1
|
\?) exit 1
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue