Adjust comments accordingly
This commit is contained in:
parent
a5451ab6c5
commit
031a4091e3
|
@ -67,7 +67,7 @@ RUN \
|
||||||
-u \
|
-u \
|
||||||
# Handle multiple occurrences of $pattern
|
# Handle multiple occurrences of $pattern
|
||||||
-e "/$pattern/{ x; s/^x\{$(expr $patternCount - 1)\}$/\0/; x; t stuck; x; 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
|
# 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
|
||||||
-e ":stuck q42;" \
|
-e ":stuck q42;" \
|
||||||
|
|
Loading…
Reference in a new issue