Skip to content

Commit eda9738

Browse files
committed
Update bash commands to be proper
1 parent b497594 commit eda9738

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tools/CI/service.cmb/run_cmb_service.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,9 @@ fi
107107

108108
echo "$(<$FILE)"
109109

110+
sed --help
110111

111-
unity_version=sed -n 's/.*"editorVersion": *"\([^" (]*\).*/\1/p' $FILE
112+
unity_version="$(sed -n 's/.*"editorVersion": *"\([^" (]*\).*/\1/p' $FILE)"
112113

113114
# ensure arguments were passed and the ports are defined
114115
if [ -z "$unity_version" ]; then

0 commit comments

Comments
 (0)