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 b0b4ed6 commit 9c8bbf2Copy full SHA for 9c8bbf2
ssc
@@ -141,7 +141,7 @@ b2o() {
141
# cleanup on exit
142
trap "rm -f \"$1.cpp\" \"$1.tmp\" i.o i s.o s rc4 crc32 d.sfs" EXIT
143
144
-perl -pe 's/^\xEF\xBB\xBF//; s/\r\n/\n/' "$1" >"$1.tmp" || exit 1
+perl -pe 's/^\xEF\xBB\xBF//; s/\r\n/\n/' <"$1" >"$1.tmp" || exit 1
145
if [ "$(head -c2 "$1.tmp")" = "#!" ]; then
146
SHEBANG="$(head -n1 "$1.tmp")"
147
SHEBANG_LEN="$(head -n1 "$1.tmp" | wc -c)"
0 commit comments