mirror of
https://github.com/samba-team/samba.git
synced 2025-11-23 20:23:50 +03:00
#!/bin/sh
exec smbscript "$0" ${1+"$@"}
which is needed because bloody solaris puts 'env' in /bin instead of /usr/bin
also neaten up the #! handling code.
(This used to be commit 778bcd3738)