27 Jun
2011
27 Jun
'11
4:04 a.m.
On 27/06/11 13:56, Joker-jar wrote:
i use libpsibuild.sh so:
. ./libpsibuild.sh
function_from_libpsibuild other_function_from_libpsibuild
so, i can do:
function_from_libpsibuild || true other_function_from_libpsibuild || true
and it will be work fine?
If you define "fine" as ignoring any error in those functions, then yes...