[SCM] Samba Shared Repository - branch master updated - a25fac13ebd6ffc1e5eac25182636cfa298435f4

tridge at samba.org tridge at samba.org
Sat Oct 4 00:36:42 GMT 2008


Hi Metze,

Minor nit ...

 > +function wellkown_object_test() {

non-bash shells don't accept that form of function. Use this instead:

 wellknown_object_test() {
	echo "doing stuff"
 }

I've fixed it in the tree.

Also note that Ubuntu /bin/sh is not a bash shell in recent releases.

Cheers, Tridge


More information about the samba-technical mailing list