File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ echo "# Build target/prof #"
131131echo " ###########################"
132132echo " "
133133
134- echo " $BUILD_TARGET_OR_PROFILE "
134+ echo " ${ BUILD_TARGET_OR_PROFILE[1]} \" ${BUILD_TARGET_OR_PROFILE[2]} \" "
135135
136136echo " "
137137echo " ###########################"
@@ -180,7 +180,7 @@ echo ""
180180 -password " $UNITY_PASSWORD " \
181181 -customBuildName " $BUILD_NAME " \
182182 -projectPath " $UNITY_PROJECT_PATH " \
183- " $BUILD_TARGET_OR_PROFILE [@]" \
183+ " ${ BUILD_TARGET_OR_PROFILE[@]} " \
184184 -customBuildTarget " $BUILD_TARGET " \
185185 -customBuildPath " $CUSTOM_BUILD_PATH " \
186186 -executeMethod " $BUILD_METHOD " \
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ echo "# Build target/prof #"
106106echo " ###########################"
107107echo " "
108108
109- echo " $BUILD_TARGET_OR_PROFILE "
109+ echo " ${ BUILD_TARGET_OR_PROFILE[1]} \" ${BUILD_TARGET_OR_PROFILE[2]} \" "
110110
111111echo " "
112112echo " ###########################"
@@ -151,7 +151,7 @@ unity-editor \
151151 $( [ " ${MANUAL_EXIT} " == " true" ] || echo " -quit" ) \
152152 -customBuildName " $BUILD_NAME " \
153153 -projectPath " $UNITY_PROJECT_PATH " \
154- " $BUILD_TARGET_OR_PROFILE [@]" \
154+ " ${ BUILD_TARGET_OR_PROFILE[@]} " \
155155 -customBuildTarget " $BUILD_TARGET " \
156156 -customBuildPath " $CUSTOM_BUILD_PATH " \
157157 -executeMethod " $BUILD_METHOD " \
You can’t perform that action at this time.
0 commit comments