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:
parent
e4ca378b63
commit
f3ec806997
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user