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

Try and fix the buildfarm. There's a scripting error and

I'm hoping this is it...
Jeremy.
This commit is contained in:
Jeremy Allison 2008-01-04 19:09:46 -08:00
parent 3a45f62310
commit 0356f0efc4

View File

@ -12,7 +12,7 @@ fi
SERVER="$1"
SERVER_IP="$2"
SMBCLIENT="$VALGRIND ${SMBCLIENT:-$BINDIR/smbclient} $CONFIGURATION"
shift 3
shift 2
ADDARGS="$*"
incdir=`dirname $0`