From 045bcdbbf3e79adae251a2e020b7cdadbd2ede8b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 27 Mar 2015 10:44:45 -0500 Subject: 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() -- cgit v1.2.3