Fix RTEMS build dir error message

This commit is contained in:
afpr
2014-05-07 18:45:36 +01:00
parent 14c0450b7a
commit 9dca97358b

View File

@@ -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