1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r21498: Putting the second parameter in quotes so that we accept spaces in the config file path.

This commit is contained in:
Brad Henry 2007-02-22 02:11:28 +00:00 committed by Gerald (Jerry) Carter
parent 47c8a059c4
commit 7facfe9247

View File

@ -8,7 +8,7 @@ exit 1;
fi
TESTGROUP=$1
export WIN2K3_DC_VM_CFG_PATH=$2
export WIN2K3_DC_VM_CFG_PATH="$2"
if [ -z $WINTEST_DIR ]; then
echo "Environment variable WINTEST_DIR not found."