mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
e17e21172a
with the correct perl version, that was detected with configure
metze
(This used to be commit 9e103e53d1
)
8 lines
56 B
Bash
Executable File
8 lines
56 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
|
|
SELF=$0
|
|
DIR=`dirname $SELF`
|
|
|
|
$PERL $DIR/$@
|