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