1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r22383: maybe this fixes the mkdir not enough args failure

on sun1

metze
This commit is contained in:
Stefan Metzmacher 2007-04-19 17:29:57 +00:00 committed by Gerald (Jerry) Carter
parent 1998961e34
commit 8b8152b490

View File

@ -8,6 +8,7 @@ package Samba3;
use strict;
use Cwd qw(abs_path);
use FindBin qw($RealBin);
use POSIX;
sub binpath($$)
{