[tools/bgpscanner] Remove safety belts...

This commit is contained in:
Lorenzo Cogotti 2021-08-10 15:05:51 +02:00
parent 48e8e4dd3e
commit c23a29d2da
1 changed files with 1 additions and 1 deletions

View File

@ -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