summaryrefslogtreecommitdiffstats
path: root/gcc/do_tests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-02 20:07:33 +0000
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-02 20:07:33 +0000
commit29789e8c0f83ac9dd7b242db9c942417e7c8347a (patch)
treec676f853df218d61c12112df433962088806bfd4 /gcc/do_tests
parentcovoar/GcovData.h: Remove unused private variable (diff)
downloadrtems-testing-29789e8c0f83ac9dd7b242db9c942417e7c8347a.tar.bz2
rtems-testing shell scripts: Use env not eval
Diffstat (limited to 'gcc/do_tests')
-rw-r--r--gcc/do_tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/do_tests b/gcc/do_tests
index 7ea8d61..0275afb 100644
--- a/gcc/do_tests
+++ b/gcc/do_tests
@@ -1,4 +1,4 @@
-#! /usr/bin/eval bash
+#! /usr/bin/env bash
#
# Example script to show how to test an installed RTEMS and GCC
#