1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-01 05:47:28 +03:00

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

(This used to be commit 7facfe9247e98421e998092482f52db05228ace6)
This commit is contained in:
Brad Henry 2007-02-22 02:11:28 +00:00 committed by Gerald (Jerry) Carter
parent e4ca378b63
commit f3ec806997

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."