File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 132
132
<ParamText >=*</ParamText > <!-- Bash specific -->
133
133
<ParamName >debuggerFullPath</ParamName >
134
134
<Command ><![CDATA[ _DebuggerFullPath="${i#*=}"
135
- if [ ! -f DebuggerFullPath ]
135
+ if [ ! -f "$_DebuggerFullPath" ]
136
136
then
137
137
echo The Debugger FullPath \"$_DebuggerFullPath\" doesn\'t exist
138
138
usage
@@ -196,10 +196,10 @@ usage()
196
196
echo "Usage: $0 $(_CLRTestParamList)"
197
197
echo
198
198
echo "Arguments:"
199
- @(BatchCLRTestExecutionScriptArgument -> ' echo "-%(Identity) %(ParamName)"
199
+ @(BatchCLRTestExecutionScriptArgument -> ' echo "-%(Identity)= %(ParamName)"
200
200
echo "%(Description)"', '
201
201
')
202
- echo " -?,-h,--help show this message"
202
+ echo "-?,-h,--help show this message"
203
203
exit 1
204
204
}
205
205
You can’t perform that action at this time.
0 commit comments