forked from Github_Repos/cvw
better to use $tvDir variable rather than abs path
This commit is contained in:
parent
8f2e67984f
commit
7182ec228f
@ -26,7 +26,7 @@ then
|
||||
echo " sudo mkdir -p $tvDir">&2
|
||||
exit 1
|
||||
fi
|
||||
test -w $RISCV/linux-testvectors
|
||||
test -w $tvDir
|
||||
if [ ! $? -eq 0 ]; then
|
||||
echo "Error: insuffcient write privileges for linux testvector directory $tvDir !">&2
|
||||
echo "Please chmod it. For example:">&2
|
||||
|
@ -19,7 +19,7 @@ then
|
||||
echo " sudo mkdir -p $tvDir">&2
|
||||
exit 1
|
||||
fi
|
||||
test -w $RISCV/linux-testvectors
|
||||
test -w $tvDir
|
||||
if [ ! $? -eq 0 ]; then
|
||||
echo "Error: insuffcient write privileges for linux testvector directory $tvDir !">&2
|
||||
echo "Please chmod it. For example:">&2
|
||||
|
Loading…
Reference in New Issue
Block a user