aboutsummaryrefslogtreecommitdiffstats
path: root/kerl
diff options
context:
space:
mode:
authorEvax Software <[email protected]>2011-05-06 08:55:55 +0200
committerEvax Software <[email protected]>2011-05-06 08:55:55 +0200
commit69bf09d1885d489081b27a10811fa6e877ed8c26 (patch)
treeea7cade076c033c644d3b8458a65e0e5db28b4cd /kerl
parent2b5dfc5042fc0bd56d42a0a743b7b06d7b2a4db8 (diff)
downloadkerl-69bf09d1885d489081b27a10811fa6e877ed8c26.tar.gz
kerl-69bf09d1885d489081b27a10811fa6e877ed8c26.tar.bz2
kerl-69bf09d1885d489081b27a10811fa6e877ed8c26.zip
README update
Diffstat (limited to 'kerl')
-rwxr-xr-xkerl10
1 files changed, 5 insertions, 5 deletions
diff --git a/kerl b/kerl
index 3a00890..402f48f 100755
--- a/kerl
+++ b/kerl
@@ -102,7 +102,7 @@ get_releases()
update_checksum_file()
{
- echo "Getting the checksum file from erlang.org..."
+ echo "Getting the checksum file from erlang.org..."
curl $ERLANG_DOWNLOAD_URL/MD5 > "$KERL_DOWNLOAD_DIR/MD5" || exit 1
}
@@ -137,7 +137,7 @@ agner_support()
done
return 0
fi
- return 1
+ return 1
}
@@ -155,7 +155,7 @@ is_valid_release()
assert_valid_release()
{
if ! is_valid_release $1; then
- echo "$1 is not a valid Erlang/OTP release"
+ echo "$1 is not a valid Erlang/OTP release"
exit 1
fi
return 0
@@ -273,7 +273,7 @@ do_build()
{
assert_valid_release $1
assert_build_name_unused $2
-
+
FILENAME=otp_src_$1.tar.gz
if [ ! -f "$KERL_DOWNLOAD_DIR/$FILENAME" ]; then
echo "Downloading $FILENAME to $KERL_DOWNLOAD_DIR"
@@ -512,7 +512,7 @@ case "$1" in
echo "usage: $0 $1 <build_name> [directory]"
exit 1
fi
- if [ $# -eq 3 ]; then
+ if [ $# -eq 3 ]; then
do_install $2 "$3"
else
do_install $2 .