more typos
This commit is contained in:
@@ -69,10 +69,10 @@ if [ "$TOOLCHAIN" = "riscv-tools" ]; then
|
|||||||
cd firesim-riscv-tools-prebuilt
|
cd firesim-riscv-tools-prebuilt
|
||||||
git checkout 56a40961c98db5e8f904f15dc6efd0870bfefd9e
|
git checkout 56a40961c98db5e8f904f15dc6efd0870bfefd9e
|
||||||
PREBUILTHASH="$(cat HASH)"
|
PREBUILTHASH="$(cat HASH)"
|
||||||
cd $RDIR/toolchain/riscv-tools/
|
cd $RDIR/toolchains/riscv-tools/
|
||||||
GITHASH="git rev-parse HEAD"
|
GITHASH="$(git rev-parse HEAD)"
|
||||||
cd $RDIR
|
cd $RDIR
|
||||||
if [[ "$PREBUILTHASH" == "$GITHASH" && "$FIRESIMINSTALL" == "true" ]]; then
|
if [[ $PREBUILTHASH == $GITHASH && "$FIRESIMINSTALL" == "true" ]]; then
|
||||||
FASTINSTALL=true
|
FASTINSTALL=true
|
||||||
#just call a fireism build-toolchain script?
|
#just call a fireism build-toolchain script?
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user