mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +00:00
Added argument to install script for alternate install directory.
This commit is contained in:
parent
528f1a0940
commit
b737c2ab12
@ -1,4 +1,6 @@
|
||||
export RISCV=/mnt/500gbs/riscv
|
||||
#!/bin/bash
|
||||
|
||||
export RISCV="${1:-/opt/riscv}"
|
||||
export PATH=$PATH:$RISCV/bin
|
||||
|
||||
set -e # break on error
|
||||
|
Loading…
Reference in New Issue
Block a user