[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: ports
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: ports
- From: Marc Espie <espie_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Tue, 23 Nov 1999 08:06:14 -0700 (MST)
- Reply-to: Marc Espie <espie_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
CVSROOT: /cvs
Module name: ports
Changes by: espie_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 1999/11/23 08:06:14
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
Kill some extra shells that are not needed.
Note that
if ! (cmd1 && cmd2) then
cmd
fi
can be replaced with
if cmd1 && cmd2 then :
else
cmd
fi
Visit your host, monkey.org