mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 12:34:47 +00:00
Fix RTEMS build dir error message
This commit is contained in:
@@ -385,7 +385,7 @@ if [[ ! -d $sourcedir ]]; then
|
||||
fi
|
||||
|
||||
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
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user