From 29789e8c0f83ac9dd7b242db9c942417e7c8347a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 2 May 2014 20:07:33 +0000 Subject: rtems-testing shell scripts: Use env not eval --- sim-scripts/check_endof | 2 +- sim-scripts/gdb-sim-run.in | 2 +- sim-scripts/gdb-sim.in | 2 +- sim-scripts/mkrun | 2 +- sim-scripts/nosim | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sim-scripts') diff --git a/sim-scripts/check_endof b/sim-scripts/check_endof index 4fd13e0..9dd7be0 100755 --- a/sim-scripts/check_endof +++ b/sim-scripts/check_endof @@ -1,4 +1,4 @@ -#! /usr/bin/eval bash +#! /usr/bin/env bash # # This script checks for the "END OF" message in all RTEMS tests. # It reports tests which do not appear to have completed successfully diff --git a/sim-scripts/gdb-sim-run.in b/sim-scripts/gdb-sim-run.in index 5930e63..252bd19 100755 --- a/sim-scripts/gdb-sim-run.in +++ b/sim-scripts/gdb-sim-run.in @@ -1,4 +1,4 @@ -#! /usr/bin/eval bash +#! /usr/bin/env bash # # Framework script tailored for the @CPU@/@BSP@ # diff --git a/sim-scripts/gdb-sim.in b/sim-scripts/gdb-sim.in index 94a3aa4..fbe55cf 100755 --- a/sim-scripts/gdb-sim.in +++ b/sim-scripts/gdb-sim.in @@ -1,4 +1,4 @@ -#! /usr/bin/eval bash +#! /usr/bin/env bash # # Framework script tailored for the @CPU@/@BSP@ # diff --git a/sim-scripts/mkrun b/sim-scripts/mkrun index 37161b3..61d0121 100755 --- a/sim-scripts/mkrun +++ b/sim-scripts/mkrun @@ -1,4 +1,4 @@ -#! /usr/bin/eval bash +#! /bin/sh # # Helper to sed run scripts # diff --git a/sim-scripts/nosim b/sim-scripts/nosim index b03c125..0c25ed3 100755 --- a/sim-scripts/nosim +++ b/sim-scripts/nosim @@ -1,4 +1,4 @@ -#! /usr/bin/eval bash +#! /usr/bin/env bash case $1 in *acats*) -- cgit v1.2.3