diff --git a/tools/bgpscanner/bgpscanner b/tools/bgpscanner/bgpscanner index f141732..f841562 100755 --- a/tools/bgpscanner/bgpscanner +++ b/tools/bgpscanner/bgpscanner @@ -320,7 +320,7 @@ exprcompile [ -n "$OUTREDIR" ] && OPTS=$(append "$OPTS" "-o $OUTREDIR") -CMD="echo" +CMD="exec" [ -n "$PRETEND" ] && [ "$PRETEND" = 1 ] || [ "$PRETEND" = y ] || [ "$PRETEND" = yes ] && CMD="echo" "$CMD" "$TGT" $OPTS -- "$@" $EXPR