summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-27 10:44:45 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-29 11:02:56 -0500
commit045bcdbbf3e79adae251a2e020b7cdadbd2ede8b (patch)
treebae5ee2ae2284e93bd5ae77b1379a7f4f66c8ecf
parentsim-scripts/or1ksim.in: Update name of simulator (diff)
downloadrtems-testing-045bcdbbf3e79adae251a2e020b7cdadbd2ede8b.tar.bz2
sim-scripts/gdb-sim-run.in: Silence a useless message
-rwxr-xr-xsim-scripts/gdb-sim-run.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim-scripts/gdb-sim-run.in b/sim-scripts/gdb-sim-run.in
index 16c79b6..f2168e9 100755
--- a/sim-scripts/gdb-sim-run.in
+++ b/sim-scripts/gdb-sim-run.in
@@ -206,7 +206,7 @@ fi
test ${verbose} = "yes" && echo Using ${runBSP}
-type ${runBSP}
+type ${runBSP} >/dev/null 2>&1
check_status $? "Path appears to be broken (cannot find ${runBSP})"
killpid()