Skip to content

Commit 4a39a56

Browse files
author
Cory Schwartz
committed
remove space
1 parent 02775da commit 4a39a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ echo getting extended status
5353
extstatus=$(awk '/Result/ {getline; print $0}' <extendedstatus.out)
5454

5555
# 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')
56+
extstatus=$(echo "${extstatus}" | tr -d "[:cntrl:]" | sed 's/\[0m//g')
5757

5858
# test if we got a result at all. The result might be "null". A null result means most likely the
5959
# job was canceled before it began for some reason.

0 commit comments

Comments
 (0)