Skip to content

Commit

Permalink
line no longer needed, that part of the code isn't reached until prin…
Browse files Browse the repository at this point in the history
…ted is already >1
  • Loading branch information
PureArtistry committed Feb 28, 2021
1 parent 0e9044e commit aeedd91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tuxi
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@ fi
# kills all remaining child processes in LIFO order
# if -a flag is active then it waits until every answer has been printed first
if ! $all; then
while [ $printed -lt 1 ]; do [ true ]; done #  haha cpu go brrrrr
kill_pids="$(printf '%b\n' "$pids" | sort -r)"
for kids in $(printf '%b\n' "$kill_pids"); do
kill -0 "$kids" 1>/dev/null 2>&1
Expand Down

0 comments on commit aeedd91

Please sign in to comment.