'export BEANS=ham' is a bash-ism. For those who don't have a symbolic
authorTim Potter <tpot@samba.org>
Thu, 22 Jul 1999 23:29:15 +0000 (23:29 +0000)
committerTim Potter <tpot@samba.org>
Thu, 22 Jul 1999 23:29:15 +0000 (23:29 +0000)
commitf05928e40705b401ee86b5a346373c52d58dd254
tree77b7862c23c3534e2c13b24fb3792e440e4032e2
parent8f54fdb01a3aed5bdcfc9dc69e1c77c0d13b4e98
'export BEANS=ham' is a bash-ism.  For those who don't have a symbolic
link from bash to /bin/sh, the correct form is 'BEANS=ham; export BEANS'.
(This used to be commit 569aca445a22ccc3805a5dd5e1fc893011f0a147)
source3/configure.developer