aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2016-04-06 14:23:57 -0500
committerMark Allen <[email protected]>2016-04-06 14:23:57 -0500
commit3067a7d6e78c7fa773d9348ab7e3be925f813f15 (patch)
tree89cbabeccaa9af9d944f8828000c216915bc28e5
parentc0eb5c857f8c0cc7dae0f8d1e8ba639decb06944 (diff)
parent2107b4699b5e23c90f89004da5a68a4110c5bf23 (diff)
downloadkerl-3067a7d6e78c7fa773d9348ab7e3be925f813f15.tar.gz
kerl-3067a7d6e78c7fa773d9348ab7e3be925f813f15.tar.bz2
kerl-3067a7d6e78c7fa773d9348ab7e3be925f813f15.zip
Merge pull request #99 from kunthar/grep-fix
pcre grep errors fix in mac os
-rwxr-xr-xkerl3
1 files changed, 3 insertions, 0 deletions
diff --git a/kerl b/kerl
index 24cf1cd..d592517 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