[rtems-testing commit] sim-scripts/gdb-sim-run.in: Silence a useless message

Joel Sherril joel at rtems.org
Sun Mar 29 16:39:32 UTC 2015


Module:    rtems-testing
Branch:    master
Commit:    045bcdbbf3e79adae251a2e020b7cdadbd2ede8b
Changeset: http://git.rtems.org/rtems-testing/commit/?id=045bcdbbf3e79adae251a2e020b7cdadbd2ede8b

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Fri Mar 27 10:44:45 2015 -0500

sim-scripts/gdb-sim-run.in: Silence a useless message

---

 sim-scripts/gdb-sim-run.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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()



More information about the vc mailing list