Hacker News new | ask | show | jobs
by bashonly 1654 days ago
agreed w/ your general points, but passing arguments to bash functions does not work like this:

    errorHandler("ignore")
it should just be:

    errorHandler "ignore"
1 comments

You are certainly correct, thanks. I hastily typed this out, my bad.