SyntaxFix
Write A Post
Hire A Developer
Questions
Use return operator:
return
function FUNCT { if [ blah is false ]; then return 1 # or return 0, or even you can omit the argument. else keep running the function fi }