Skip to content

Commit 017dd5c

Browse files
committed
missing pipes
1 parent 26b7bb6 commit 017dd5c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/ci/vs/install_bleeding.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ PROJECTS=(
3232
)
3333

3434
for PROJECT in "${PROJECTS[@]}"; do
35-
"$PG_OF_PATH" -o"$OF_ROOT" -a"$PROJECT"
35+
OPTIONS="-o\"$OF_ROOT\" \"$OF_ROOT/$PROJECT\""
36+
# Run the project generator executable with the combined options
37+
eval "$PG_OF_PATH $OPTIONS"
38+
#"$PG_OF_PATH" -o"$OF_ROOT" "$OF_ROOT/$PROJECT"
3639
done

0 commit comments

Comments
 (0)