diff options
| author | Clifford Wolf <clifford@clifford.at> | 2015-07-30 10:15:48 +0200 |
|---|---|---|
| committer | Clifford Wolf <clifford@clifford.at> | 2015-07-30 10:15:48 +0200 |
| commit | 4c1335f51e5b1bcaa3ba5092a7b400c7ab5c337d (patch) | |
| tree | 5e08fd3e524fd5ec04aef6aa88d5cc101ff8e9ab /icefuzz/tests/colbuf.sh | |
| parent | daa51615301dfece43ec2fd8571e7c8c8ef32060 (diff) | |
Replaced calls to "python" with "python2"
Diffstat (limited to 'icefuzz/tests/colbuf.sh')
| -rw-r--r-- | icefuzz/tests/colbuf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icefuzz/tests/colbuf.sh b/icefuzz/tests/colbuf.sh index 61b31cc..c565015 100644 --- a/icefuzz/tests/colbuf.sh +++ b/icefuzz/tests/colbuf.sh @@ -1,7 +1,7 @@ #!/bin/bash # for f in colbuf_io.work/*.exp colbuf_logic.work/*.exp colbuf_ram.work/*.exp; do -# python colbuf.py $f +# python2 colbuf.py $f # done | sort -u > colbuf.txt get_colbuf_data() |
