diff options
-rw-r--r-- | test/plugin_relx.mk | 2 |
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 |