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 c125e9b commit afe2353Copy full SHA for afe2353
buildstuff/sed-substitute
@@ -62,7 +62,7 @@ fi
62
63
tmpname="$outname.tmp.$$"
64
65
-${TR-tr} -d '\015' < "$tmqname" > "$tmpname" || {
+cat < "$tmqname" > "$tmpname" || {
66
s="$?"
67
echo "$prog: Error running tr, exit code $s" >&2
68
rm -f "$tmqname"
buildstuff/sed-update-source-file
@@ -32,7 +32,7 @@ ${SED-sed} "$@" < "$fname" > "$qname" || {
32
exit 2
33
}
34
35
-${TR-tr} -d '\015' < "$qname" > "$tname" || {
+cat < "$qname" > "$tname" || {
36
37
38
rm -f "$qname" "$tname"
0 commit comments