[Slackbuilds-users] pcmanfm (0.5.2) slackbuild
LukenShiro
lukenshiro at ngi.it
Wed Mar 3 17:42:32 UTC 2010
Il giorno Wed, 3 Mar 2010 10:41:00 -0600
Robby Workman <rworkman at slackbuilds.org> ha scritto:
> This is a well known (to us anyway) issue with bash4.
> Whereas bash3 wouldn't exit the parent shell if a subshell
> exited with nonzero status, bash4 *does* exit the parent
> shell. The most common thing that we do to trigger this
> is the ( find ... | strip ... ) lines in our scripts.
> Placing "|| true" after the find lines solves it. You'll
> notice that our current template even recommends this.
Perfect, thank you for the explanation :-)
I suppose this variation in SlackBuild template has been
inadvertently missed by some maintainers here (me included).
No problem, in the next bunch of updates I will verify my
scripts about it, more carefully.
More information about the SlackBuilds-users
mailing list