From 23acfaba005c2dade4c80ccdb98fd27fab95ea9a Mon Sep 17 00:00:00 2001 From: sanmiguel Date: Mon, 20 Feb 2017 18:06:07 +0100 Subject: Revert the printf/echo change --- kerl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kerl b/kerl index 2ea08e4..d053bd9 100755 --- a/kerl +++ b/kerl @@ -171,7 +171,7 @@ usage() { echo "kerl: build and install Erlang/OTP" echo "usage: $0 [options ...]" - echo "\n Command to be executed\n\n" + printf "\n Command to be executed\n\n" echo "Valid commands are:" echo " build Build specified release or git repository" echo " install Install the specified release at the given location" -- cgit v1.2.3