aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGokhan Boranalp <[email protected]>2015-06-25 19:19:41 +0300
committerGokhan Boranalp <[email protected]>2015-06-25 19:19:41 +0300
commit2107b4699b5e23c90f89004da5a68a4110c5bf23 (patch)
treeea7304e8eb171761df5d85e8eff5eba1e31e3824
parentc405159366e1ec8225b0d4c14de42c62125b66ce (diff)
downloadkerl-2107b4699b5e23c90f89004da5a68a4110c5bf23.tar.gz
kerl-2107b4699b5e23c90f89004da5a68a4110c5bf23.tar.bz2
kerl-2107b4699b5e23c90f89004da5a68a4110c5bf23.zip
pcre grep errors fix in mac os
pcre grep errors fix in mac os. see here: http://erlang.org/pipermail/erlang-questions/2014-April/078526.html
-rwxr-xr-xkerl3
1 files changed, 3 insertions, 0 deletions
diff --git a/kerl b/kerl
index 8c630f0..02216ef 100755
--- a/kerl
+++ b/kerl
@@ -21,6 +21,9 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
+#Grep fix for mac pcre errors
+GREP_OPTIONS=''
+
ERLANG_DOWNLOAD_URL=http://www.erlang.org/download
KERL_BASE_DIR="$HOME/.kerl"