aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Szymczyszyn <[email protected]>2019-05-06 14:48:48 +0200
committerPierre Fenoll <[email protected]>2019-05-06 14:48:48 +0200
commitfa75ae9a5e854ff41a4bd88d6a63af73a9ee6ec4 (patch)
treef685a43ab2cd598c8161bcd525a70591b6e14de2
parenta1b210cc31168f5bf43c651203718efeccd87db9 (diff)
downloadkerl-fa75ae9a5e854ff41a4bd88d6a63af73a9ee6ec4.tar.gz
kerl-fa75ae9a5e854ff41a4bd88d6a63af73a9ee6ec4.tar.bz2
kerl-fa75ae9a5e854ff41a4bd88d6a63af73a9ee6ec4.zip
Install docsh 0.7.1 (#313)
-rwxr-xr-xkerl4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerl b/kerl
index 026a5f3..b28c810 100755
--- a/kerl
+++ b/kerl
@@ -1147,12 +1147,12 @@ install_docsh() {
GIT=$(printf '%s' $REPO_URL | $MD5SUM | cut -d' ' -f $MD5SUM_FIELD)
BUILDNAME="$1"
DOCSH_DIR="$KERL_BUILD_DIR/$BUILDNAME/docsh"
- DOCSH_REF='0.6.1'
+ DOCSH_REF='0.7.1'
ACTIVE_PATH="$2"
OTP_VERSION=$(get_otp_version "$1")
# This has to be updated with docsh updates
- DOCSH_SUPPORTED='^1[89]\|2[01]$'
+ DOCSH_SUPPORTED='^1[9]\|2[01]$'
if ! echo "$OTP_VERSION" | grep "$DOCSH_SUPPORTED" >/dev/null 2>&1; then
echo "Erlang/OTP version $OTP_VERSION not supported by docsh (does not match regex $DOCSH_SUPPORTED)"
exit 1