aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_relx.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-26 21:29:13 +0100
committerLoïc Hoguin <[email protected]>2018-11-26 21:29:13 +0100
commit2277830e3f2b5b8c71438c6c7f991037d04949ba (patch)
treee594d4679652b3cc7139107722c58a98ff50def7 /test/plugin_relx.mk
parentc02adb19ba019716bea47ed13e852d202c2e3a16 (diff)
downloaderlang.mk-2277830e3f2b5b8c71438c6c7f991037d04949ba.tar.gz
erlang.mk-2277830e3f2b5b8c71438c6c7f991037d04949ba.tar.bz2
erlang.mk-2277830e3f2b5b8c71438c6c7f991037d04949ba.zip
Remove a non-portable "echo -n" from a test
Diffstat (limited to 'test/plugin_relx.mk')
-rw-r--r--test/plugin_relx.mk2
1 files changed, 1 insertions, 1 deletions
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