We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02775da commit 4a39a56Copy full SHA for 4a39a56
entrypoint.sh
@@ -53,7 +53,7 @@ echo getting extended status
53
extstatus=$(awk '/Result/ {getline; print $0}' <extendedstatus.out)
54
55
# First off, there are control characters in this output, and we need to remove that.
56
-extstatus=$(echo "${extstatus}" | tr -d "[:cntrl:]" | sed 's/\[0m //g')
+extstatus=$(echo "${extstatus}" | tr -d "[:cntrl:]" | sed 's/\[0m//g')
57
58
# test if we got a result at all. The result might be "null". A null result means most likely the
59
# job was canceled before it began for some reason.
0 commit comments