Skip to content

Commit 8011948

Browse files
committed
Merge pull request #1515 from haocs/bash_fix
Fixed parameters with whitespace issues in bash
2 parents 162b4de + 955362b commit 8011948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/CLU/azure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ then
44
export CmdletSessionID=$PPID
55
fi
66
SCRIPTPATH=$(dirname "$0")
7-
$SCRIPTPATH/clurun -s azure -r $SCRIPTPATH/azure.lx $*
7+
$SCRIPTPATH/clurun -s azure -r $SCRIPTPATH/azure.lx "$@"

0 commit comments

Comments
 (0)