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 | 3de5d86818dd43e795076526d9e986a5d15da35c (patch) | |
tree | 9b9f04a9c23a5f49002db90799835420a87cf343 /databases/php-pgsql | |
parent | fb823c47c7a3ca94b01559dbbc6cb58fd32f9ffa (diff) | |
download | pkgsrc-3de5d86818dd43e795076526d9e986a5d15da35c.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 'databases/php-pgsql')
0 files changed, 0 insertions, 0 deletions