mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
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/$@
|