From 516b89fe226ff8e811e45f72feddd4a92d363318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 10 Jan 2016 18:31:51 +0100 Subject: [PATCH] Send Reduced: don't use literal CR characters These will count as newlines on Python3. Also, some editors won't work well with them. --- metadata/mobi.omegacentauri.SendReduced.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/metadata/mobi.omegacentauri.SendReduced.txt b/metadata/mobi.omegacentauri.SendReduced.txt index 983691be5c..35cb56da7d 100644 --- a/metadata/mobi.omegacentauri.SendReduced.txt +++ b/metadata/mobi.omegacentauri.SendReduced.txt @@ -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 && \