mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
Fix argument passing
This commit is contained in:
parent
ded3b251b3
commit
bf1c3e116f
11 changed files with 11 additions and 11 deletions
|
@ -32,7 +32,7 @@ if [ -z "$FAMILY" ]; then
|
|||
dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
WALLY="$(dirname $(dirname "$dir"))"
|
||||
export WALLY
|
||||
source "${dir}"/../wally-environment-check.sh "--no-args"
|
||||
source "${dir}"/../wally-environment-check.sh
|
||||
fi
|
||||
|
||||
# Create python virtual environment so the python command targets desired version of python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue