Skip to content

Commit 9d8b4ce

Browse files
authored
fix build.sh logic
1 parent e0791e5 commit 9d8b4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ else
1414
packInstallerFlag=
1515
fi
1616

17-
. "$ScriptRoot/eng/common/build.sh --build --restore " $packInstallerFlag "$@"
17+
. "$ScriptRoot/eng/common/build.sh" --build --restore $packInstallerFlag "$@"

0 commit comments

Comments
 (0)