aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Fenoll <[email protected]>2017-12-14 13:45:32 +0100
committerPierre Fenoll <[email protected]>2018-03-14 11:37:24 +0100
commitf6f41cf661b423d9a260fb6a60100f93474cb05e (patch)
treec5fb4fbebc4dbfab79bc0abdcbc6355c7307bc7c
parentc1b9834e06008559ff1ee448e570d6af76bba9c5 (diff)
downloadkerl-f6f41cf661b423d9a260fb6a60100f93474cb05e.tar.gz
kerl-f6f41cf661b423d9a260fb6a60100f93474cb05e.tar.bz2
kerl-f6f41cf661b423d9a260fb6a60100f93474cb05e.zip
In kerl line 30:
GREP_OPTIONS='' ^-- SC2034: GREP_OPTIONS appears unused. Verify it or export it. Introduced by: 2107b4699b5e23c90f89004da5a68a4110c5bf23
-rwxr-xr-xkerl3
1 files changed, 0 insertions, 3 deletions
diff --git a/kerl b/kerl
index e852652..49f6d13 100755
--- a/kerl
+++ b/kerl
@@ -26,9 +26,6 @@ unset ERL_TOP
KERL_VERSION="1.8.2"
-#Grep fix for mac pcre errors
-GREP_OPTIONS=''
-
DOCSH_GITHUB_URL="https://github.com/erszcz/docsh.git"
ERLANG_DOWNLOAD_URL="http://www.erlang.org/download"
KERL_CONFIG_STORAGE_FILENAME=".kerl_config"