Commit c0abff1e authored by Chiggs's avatar Chiggs

Correct silly error in shell script

parent 6ff7eec3
......@@ -15,7 +15,7 @@ fi
# Simulation build
if [ "SIMULATION}" = "true" ]; then
if [ "${SIMULATION}" = "true" ]; then
git clone https://github.com/potentialventures/cocotb.git
export COCOTB=$PWD/cocotb
cd tb && make
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment