Skip to content

Commit

Permalink
Warn to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
pschmitt committed Feb 10, 2023
1 parent be9b577 commit 3ef993c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmap-for-poor-people.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ then
unset "PIDS[${ENDED_PID}]"
done
else
echo_warning "wait does not support -p, the return code will be wrong"
echo_warning "wait does not support -p, the return code will be wrong" >&2
wait
RC="$?"
fi
Expand Down

0 comments on commit 3ef993c

Please sign in to comment.