diff options
author | Gerald Carter <jerry@samba.org> | 2003-09-19 18:53:07 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-09-19 18:53:07 +0000 |
commit | 64fa24dbabd8d211d276e19745561a11b7465158 (patch) | |
tree | 1f543f3869095f969396cc9ea952e0f91c1423fd /examples/LDAP | |
parent | b00a81b543a58f46e54ce0e5362ba21bb16fc35f (diff) | |
download | samba-64fa24dbabd8d211d276e19745561a11b7465158.tar.gz samba-64fa24dbabd8d211d276e19745561a11b7465158.tar.xz samba-64fa24dbabd8d211d276e19745561a11b7465158.zip |
insert missing sh-bang
Diffstat (limited to 'examples/LDAP')
-rwxr-xr-x | examples/LDAP/smbldap-tools/smbldap-groupmod.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/LDAP/smbldap-tools/smbldap-groupmod.pl b/examples/LDAP/smbldap-tools/smbldap-groupmod.pl index 7b5a46b06ed..4a891a2772f 100755 --- a/examples/LDAP/smbldap-tools/smbldap-groupmod.pl +++ b/examples/LDAP/smbldap-tools/smbldap-groupmod.pl @@ -1,3 +1,4 @@ +#!/usr/bin/perl # This code was developped by IDEALX (http://IDEALX.org/) and # contributors (their names can be found in the CONTRIBUTORS file). # |