From bb9c311eda6878a0dd02aa91b2b5d26072d1af09 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Fri, 8 Jan 2016 01:11:47 +0100 Subject: [PATCH] Send Reduced: Replace d2u with sed --- metadata/mobi.omegacentauri.SendReduced.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/mobi.omegacentauri.SendReduced.txt b/metadata/mobi.omegacentauri.SendReduced.txt index 0d539b41b0..671c89526c 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=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 && \