aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Szymczyszyn <[email protected]>2017-08-10 14:27:35 +0200
committerRadek Szymczyszyn <[email protected]>2017-11-03 17:46:43 +0100
commitd69c59fda57d906c8178c97fc02860f8a59f9a22 (patch)
tree2f0c96e2e7826fc7e1b40e53b622255884d9ef56
parente7b4e8cc2451e719c6cae3b57932d869b5ea4c97 (diff)
downloadkerl-d69c59fda57d906c8178c97fc02860f8a59f9a22.tar.gz
kerl-d69c59fda57d906c8178c97fc02860f8a59f9a22.tar.bz2
kerl-d69c59fda57d906c8178c97fc02860f8a59f9a22.zip
Unify the 'no active installation' message
-rwxr-xr-xkerl6
1 files 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