I want to write a script to extract, configure, make and make install a source(xyz.tar.bz2). But I want to stop this script if there is an error in one of these commands. Is there any signal or method specially for make command to detect errors during execution to stop script?
Share
That’s true; the more simple way is below…