diff options
author | jlam <jlam@pkgsrc.org> | 2003-01-06 04:30:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-01-06 04:30:12 +0000 |
commit | 0e29f29c69028a0b688eeb13d50b64c4e0f83682 (patch) | |
tree | f73c564eb0860c682ef7b9e644bb2f4898ed9e66 /math/yorick | |
parent | dc0a2917d3d2d025773efb555f962212452439d8 (diff) | |
download | pkgsrc-0e29f29c69028a0b688eeb13d50b64c4e0f83682.tar.gz |
Some changes for Bourne shells that don't match NetBSD's feature-set:
if ! test ...; then ...; fi
becomes:
if test ! ...; then ...; fi
and
if ! command; then ...; fi
becomes:
if command; then :; else ...; fi
This fixes PR 19690 by Frank Cusack <fcusack@fcusack.com>.
Diffstat (limited to 'math/yorick')
0 files changed, 0 insertions, 0 deletions