summaryrefslogtreecommitdiffstats
path: root/gcc/rundeja
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-20 15:27:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-20 15:27:40 +0000
commitda70dec122fb03c24dd0a791adab7f1ece722a83 (patch)
treebf7d50905b7eafe330ef4c81e77d029c8c00e3ea /gcc/rundeja
parent2009-01-19 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-testing-da70dec122fb03c24dd0a791adab7f1ece722a83.tar.bz2
2009-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* gcc/do_one, gcc/gcc_status, gcc/rundeja, gcc/test_driver: Adjust path to VERSIONS to account for being in a subdirectory. * gcc/testsuite/ada/acats/rtems_generate_acats_email: Include host in ACATS report.
Diffstat (limited to 'gcc/rundeja')
-rwxr-xr-xgcc/rundeja2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rundeja b/gcc/rundeja
index 885eb14..a8155e9 100755
--- a/gcc/rundeja
+++ b/gcc/rundeja
@@ -7,7 +7,7 @@ if [ $# -ne 1 ] ; then
exit 1
fi
-vfile=`dirname $0`/VERSIONS
+vfile=`dirname $0`/../VERSIONS
if [ ! -r ${vfile} ] ; then
echo VERSIONS file not found
exit 1