We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018eeef commit 3202849Copy full SHA for 3202849
main.sh
@@ -465,7 +465,7 @@ PrefixFileLines() {
465
LineCount=$(wc -l < "${FileName}")
466
467
# Join the repeated prefix stream and the content stream
468
- paste -d '' <(yes "${Prefix}" | head -n "${LineCount}" || true) "${FileName}"
+ paste -d '\0' <(yes "${Prefix}" | head -n "${LineCount}" || true) "${FileName}"
469
}
470
471
RunAndLog() {
0 commit comments