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:
parent
47c8a059c4
commit
7facfe9247
@ -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…
Reference in New Issue
Block a user