summary refs log tree commit diff
path: root/src/options.c
diff options
context:
space:
mode:
authorJonathan Perkin <jperkin@joyent.com>2015-12-11 11:56:43 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2016-06-06 22:25:00 +0800
commitcb924afe2e3465ec2f91fab55d31f7e3c26d03f4 (patch)
tree455df31bbf9b1d1d1f1673dbc661cc355245a75c /src/options.c
parentjobs: Don't attempt to access job table for job %0 (diff)
downloaddash-cb924afe2e3465ec2f91fab55d31f7e3c26d03f4.tar.gz
dash-cb924afe2e3465ec2f91fab55d31f7e3c26d03f4.zip
shell: Fix build on Solaris 9
Ensure dash can build in a default Solaris 9 or older environment:

 - Execute scripts with $SHELL rather than /bin/sh, the latter does not
   support e.g. "if ! .." used by mkbuiltins.

 - /bin/awk does not support ?: syntax, use explicit statements instead.

 - /bin/nl requires no spaces between options and arguments.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/options.c')
0 files changed, 0 insertions, 0 deletions
ounce/commit/pounce.1?h=1.4p2&id=82b27477253f6d64046dde1453a2f67d2ea91391&follow=1'>Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe