Adjust comments accordingly

This commit is contained in:
Manuel Thalmann 2023-03-25 21:43:49 +01:00
parent a5451ab6c5
commit 031a4091e3

View file

@ -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;" \