From d69c59fda57d906c8178c97fc02860f8a59f9a22 Mon Sep 17 00:00:00 2001 From: Radek Szymczyszyn Date: Thu, 10 Aug 2017 14:27:35 +0200 Subject: Unify the 'no active installation' message --- kerl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kerl b/kerl index 621d0c3..2032b58 100755 --- a/kerl +++ b/kerl @@ -1198,7 +1198,7 @@ do_plt() return 1 fi else - echo "No Erlang/OTP kerl installation is currently active" + echo "No Erlang/OTP installation is currently active" return 2 fi } @@ -1503,7 +1503,7 @@ do_active() echo "$ACTIVE_PATH" return 0 else - echo "No Erlang/OTP kerl installation is currently active" + echo "No Erlang/OTP installation is currently active" return 1 fi } @@ -1926,7 +1926,7 @@ case "$1" in do_plt "$ACTIVE_PATH" print_buildopts "$ACTIVE_PATH" else - echo "No Erlang/OTP installation is currently active." + echo "No Erlang/OTP installation is currently active" exit 1 fi fi -- cgit v1.2.3