Prevent unnecessary console output
This commit is contained in:
parent
f62659297e
commit
14bbdbdc71
|
@ -58,7 +58,7 @@ RUN \
|
||||||
sed \
|
sed \
|
||||||
-u \
|
-u \
|
||||||
# Handle multiple occurrences of $pattern
|
# Handle multiple occurrences of $pattern
|
||||||
-e "/$pattern/{ x; s/^x\{$(expr $patternCount - 1)\}$/\0/; t stuck; s/^\(x*\)$/\1x/; x; };" \
|
-e "/$pattern/{ x; s/^x\{$(expr $patternCount - 1)\}$/\0/; x; t stuck; x; s/^\(x*\)$/\1x/; x; };" \
|
||||||
# Delete output and return to start
|
# Delete output and return to start
|
||||||
-e "b;" \
|
-e "b;" \
|
||||||
# Branch "stuck": delete output and exit with code 42
|
# Branch "stuck": delete output and exit with code 42
|
||||||
|
|
Loading…
Reference in a new issue