From 15eec724a5a4fe01351ae53f1820e5cc2f372ce0 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 28 Sep 2017 15:09:55 +0200 Subject: [PATCH] Portable CR to CRLF conversion --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 6f8a56a6..02b81f40 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -213,7 +213,7 @@ install-stubby-files-macos: $(stubbysrcdir)/stubby-setdns-macos.sh install-stubb $(INSTALL) -m 755 $(stubbysrcdir)/stubby-setdns-macos.sh $(DESTDIR)$(sbindir) stubby.yml.windows: $(stubbysrcdir)/stubby.yml.example - sed 's/$$'"/`echo \\\r`/" $(stubbysrcdir)/stubby.yml.example > stubby.yml.windows + awk "{sub(/$$/,\"\r\")}1" $(stubbysrcdir)/stubby.yml.example > stubby.yml.windows install-stubby-files-windows: stubby.yml.windows $(INSTALL) -m 755 -d $(DESTDIR)$(stubbyconfdir)