summaryrefslogtreecommitdiff
path: root/math/yorick
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-01-06 04:30:12 +0000
committerjlam <jlam@pkgsrc.org>2003-01-06 04:30:12 +0000
commit0e29f29c69028a0b688eeb13d50b64c4e0f83682 (patch)
treef73c564eb0860c682ef7b9e644bb2f4898ed9e66 /math/yorick
parentdc0a2917d3d2d025773efb555f962212452439d8 (diff)
downloadpkgsrc-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