mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 05:24:49 +00:00
small bugfix to suggested sudo commands for linux testvectors
This commit is contained in:
parent
228f693f13
commit
3e1f4decf1
@ -30,7 +30,7 @@ then
|
|||||||
if [ ! $? -eq 0 ]; then
|
if [ ! $? -eq 0 ]; then
|
||||||
echo "Error: insuffcient write privileges for linux testvector directory $tvDir !">&2
|
echo "Error: insuffcient write privileges for linux testvector directory $tvDir !">&2
|
||||||
echo "Please chmod it. For example:">&2
|
echo "Please chmod it. For example:">&2
|
||||||
echo " sudo chmod a+rw $tvDir">&2
|
echo " sudo chmod -R a+rw $tvDir">&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user