From 2277830e3f2b5b8c71438c6c7f991037d04949ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 26 Nov 2018 21:29:13 +0100 Subject: Remove a non-portable "echo -n" from a test --- test/plugin_relx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/plugin_relx.mk') diff --git a/test/plugin_relx.mk b/test/plugin_relx.mk index d48e131..92b141f 100644 --- a/test/plugin_relx.mk +++ b/test/plugin_relx.mk @@ -299,7 +299,7 @@ relx-vsn: build clean $t $(MAKE) -C $(APP) -f erlang.mk bootstrap bootstrap-rel $v $i "Replace the vsn" - $t sed -i.bak s/"\"1\""/"{cmd, \"echo -n 2\"}"/ $(APP)/relx.config + $t sed -i.bak s/"\"1\""/"{cmd, \"printf 2\"}"/ $(APP)/relx.config $i "Build the release" $t $(MAKE) -C $(APP) $v -- cgit v1.2.3