Adjust comments accordingly
This commit is contained in:
parent
a5451ab6c5
commit
031a4091e3
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ RUN \
|
|||
-u \
|
||||
# Handle multiple occurrences of $pattern
|
||||
-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;" \
|
||||
# Branch "stuck": delete output and exit with code 42
|
||||
-e ":stuck q42;" \
|
||||
|
|
Loading…
Reference in a new issue