diff options
author | jlam <jlam@pkgsrc.org> | 2005-07-27 16:18:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-07-27 16:18:54 +0000 |
commit | 680c4313d2cccbd47e55862d23b0df30485715b7 (patch) | |
tree | 9b9f04a9c23a5f49002db90799835420a87cf343 /textproc | |
parent | 09d78b8311087b55731b5b4ee6bf8222ffe115c9 (diff) | |
download | pkgsrc-680c4313d2cccbd47e55862d23b0df30485715b7.tar.gz |
Rewrite scripts to be more resilient to shells that exit immediately
if an untested command fails (see sh(1), "-e errexit"). Do this by
changing lines that look like:
test expression && command
to
test ! expression || command
so that the statement list always returns 0. Also, back out revision
1.38 of pkgsrc/mk/install/install and modify the if-test to branch
correctly if +USERGROUP doesn't exist.
Diffstat (limited to 'textproc')
0 files changed, 0 insertions, 0 deletions