Send Reduced: don't use literal CR characters
These will count as newlines on Python3. Also, some editors won't work well with them.
This commit is contained in:
parent
2fe5aa667f
commit
516b89fe22
|
@ -34,7 +34,7 @@ Build:0.05,5
|
|||
|
||||
Build:0.08,8
|
||||
commit=61a293a55c483958e149cc488609562eac2ae5ee
|
||||
prebuild=sed -i -e 's/
$//' *.sh && \
|
||||
prebuild=sed -i -e 's/\r$//' *.sh && \
|
||||
chmod +x *.sh && \
|
||||
sed -i -e '/1/i#!/bin/sh\n' *.sh && \
|
||||
./toNormal.sh && \
|
||||
|
@ -43,7 +43,7 @@ Build:0.08,8
|
|||
|
||||
Build:0.09,900
|
||||
commit=4babd064459838d4fe1472912ad443f9a7c35506
|
||||
prebuild=sed -i -e 's/
$//' *.sh && \
|
||||
prebuild=sed -i -e 's/\r$//' *.sh && \
|
||||
chmod +x *.sh && \
|
||||
sed -i -e '/1/i#!/bin/sh\n' *.sh && \
|
||||
./toNormal.sh && \
|
||||
|
@ -52,7 +52,7 @@ Build:0.09,900
|
|||
|
||||
Build:0.10,1000
|
||||
commit=ebf8f2cf4c49947fb4fbe919da5fd58846ed3036
|
||||
prebuild=sed -i -e 's/
$//' *.sh && \
|
||||
prebuild=sed -i -e 's/\r$//' *.sh && \
|
||||
chmod +x *.sh && \
|
||||
sed -i -e '/1/i#!/bin/sh\n' *.sh && \
|
||||
./toNormal.sh && \
|
||||
|
@ -62,7 +62,7 @@ Build:0.10,1000
|
|||
# Starting Apache2 license; previous builds are MIT
|
||||
Build:0.11,1100
|
||||
commit=be3517540ed7463d8e11eadd2413110dc3f9a2eb
|
||||
prebuild=sed -i -e 's/
$//' *.sh && \
|
||||
prebuild=sed -i -e 's/\r$//' *.sh && \
|
||||
chmod +x *.sh && \
|
||||
sed -i -e '/1/i#!/bin/sh\n' *.sh && \
|
||||
./toNormal.sh && \
|
||||
|
|
Loading…
Reference in a new issue