From 32ca18f02a4ca9016f16e8502767b318dd629789 Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Mon, 2 May 2016 12:15:29 -0500 Subject: Make tarball default --- kerl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kerl') diff --git a/kerl b/kerl index 440a27c..c5366af 100755 --- a/kerl +++ b/kerl @@ -113,10 +113,10 @@ else fi if [ -z "$KERL_BUILD_BACKEND" ]; then + KERL_BUILD_BACKEND="tarball" +else KERL_BUILD_BACKEND="git" KERL_USE_AUTOCONF=1 -else - KERL_BUILD_BACKEND="tarball" fi KERL_SYSTEM=$(uname -s) @@ -603,7 +603,7 @@ ACTIVATE ln -s "$absdir/lib/erlang/doc" "$absdir/html" fi else - if [ "$KERL_BUILD_BACKEND" == "tarball" ]; then + if [ "$KERL_BUILD_BACKEND" = "tarball" ]; then if [ "$rel" != "git" ]; then if [ -n "$KERL_INSTALL_MANPAGES" ]; then echo "Fetching and installing manpages..." -- cgit v1.2.3