[st] st.c: fix conflict between externalpipe and newterm

This commit is contained in:
dogeystamp 2024-01-02 13:21:55 -05:00
parent 7065fc03f6
commit fe517e6223

View File

@ -1106,8 +1106,6 @@ newterm(const Arg* a)
default:
exit(0);
}
default:
wait(NULL);
}
}