Closed andreaskurth closed 1 year ago
The path passed to load_demo_system.sh is relative to the current working directory, so when in the util/ directory, it would have to start with ../sw. However, I don't see the point of cding to util/ first, so I changed that instead.
load_demo_system.sh
util/
../sw
cd
The path passed to
load_demo_system.sh
is relative to the current working directory, so when in theutil/
directory, it would have to start with../sw
. However, I don't see the point ofcd
ing toutil/
first, so I changed that instead.