MARG wrote: > I'm making this BASH script to install a ful web system in Linux: > I'd like to abort the whole script, if some package compile aborts with > an error. > For example, if there is an error compiling MySQL, i don't want the > script to follow to PostgreSQL. > I want it to abort with an error. > > How can i do this ? ( ./configure ... && make && make install ) || exit 1 -- Glynn Clements <glynn@xxxxxxxxxxxxxxxxxx> - : send the line "unsubscribe linux-admin" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html