Send Reduced: Replace d2u with sed
This commit is contained in:
parent
1b58ac70ff
commit
bb9c311eda
|
@ -34,7 +34,7 @@ Build:0.05,5
|
|||
|
||||
Build:0.08,8
|
||||
commit=61a293a55c483958e149cc488609562eac2ae5ee
|
||||
prebuild=dos2unix *.sh && \
|
||||
prebuild=sed -i -e 's/
$//' *.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=dos2unix *.sh && \
|
||||
prebuild=sed -i -e 's/
$//' *.sh && \
|
||||
chmod +x *.sh && \
|
||||
sed -i -e '/1/i#!/bin/sh\n' *.sh && \
|
||||
./toNormal.sh && \
|
||||
|
|
Loading…
Reference in a new issue