aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Szymczyszyn <[email protected]>2017-06-15 14:35:07 +0200
committerRadek Szymczyszyn <[email protected]>2017-11-03 17:45:07 +0100
commite70ffac8668fe7c20f8699f1a67c57d80212a250 (patch)
tree96c64f480d9647d82302aac816f7aa9139b26046
parent8d3699b9902169022e1f8ee826617bc07a7f1062 (diff)
downloadkerl-e70ffac8668fe7c20f8699f1a67c57d80212a250.tar.gz
kerl-e70ffac8668fe7c20f8699f1a67c57d80212a250.tar.bz2
kerl-e70ffac8668fe7c20f8699f1a67c57d80212a250.zip
Edit console printout
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 4de218c..20f4b04 100755
--- a/kerl
+++ b/kerl
@@ -404,7 +404,7 @@ do_git_build()
GIT=$(echo -n "$1" | $MD5SUM | cut -d ' ' -f $MD5SUM_FIELD)
mkdir -p "$KERL_GIT_DIR" || exit 1
cd "$KERL_GIT_DIR" || exit 1
- echo "Checking Erlang/OTP git repository from $1..."
+ echo "Checking out Erlang/OTP git repository from $1..."
if [ ! -d "$GIT" ]; then
git clone -q --mirror "$1" "$GIT" > /dev/null 2>&1
if [ $? -ne 0 ]; then