aboutsummaryrefslogtreecommitdiffstats
path: root/kerl
diff options
context:
space:
mode:
authorPierre Fenoll <[email protected]>2018-07-20 16:54:35 +0200
committerGitHub <[email protected]>2018-07-20 16:54:35 +0200
commite5f417a741b2092397823b60b7f9ced1be8ed80d (patch)
tree352611f467ee1bf04501353a95df02d889d7ed17 /kerl
parent799d5458ac3f64c8517bbcaacfe3c29d6c82beb2 (diff)
downloadkerl-e5f417a741b2092397823b60b7f9ced1be8ed80d.tar.gz
kerl-e5f417a741b2092397823b60b7f9ced1be8ed80d.tar.bz2
kerl-e5f417a741b2092397823b60b7f9ced1be8ed80d.zip
Test docsh (#291)
Once merged I'll merge #290
Diffstat (limited to 'kerl')
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 7baf098..a8a574a 100755
--- a/kerl
+++ b/kerl
@@ -1152,7 +1152,7 @@ install_docsh() {
OTP_VERSION=$(get_otp_version "$1")
# This has to be updated with docsh updates
- DOCSH_SUPPORTED='^1[89]\|20$'
+ DOCSH_SUPPORTED='^1[89]\|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