mirror of
https://github.com/t-crest/rtems.git
synced 2025-12-05 15:15:48 +00:00
Fix RTEMS build dir error message
This commit is contained in:
@@ -385,7 +385,7 @@ if [[ ! -d $sourcedir ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -d $builddir ]]; then
|
if [[ ! -d $builddir ]]; then
|
||||||
echo "Error: $sourcedir not found. Go to RTEMS source dir or specify the testsuites source dir with -s."
|
echo "Error: $builddir not found. Specify RTEMS build dir with -b."
|
||||||
valuesflag=0
|
valuesflag=0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user