changeset 453:c3bfb45757e9

FreeBSD grep is GNU grep. Well, up to 9.x.
author Edho Arief <edho@myconan.net>
date Fri, 15 Feb 2013 18:18:18 +0900
parents a07ee25c6304
children 57b104afb2ac
files rc/bashrc
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rc/bashrc	Fri Feb 08 19:03:49 2013 +0900
+++ b/rc/bashrc	Fri Feb 15 18:18:18 2013 +0900
@@ -135,6 +135,8 @@
     alias man="man -o"
     # Multi CPU awesomeness.
     alias top="top -P"
+    # FreeBSD grep is GNU grep
+    _has_gnu_grep=y
   ;;
   OpenBSD)
     # GNU ls is broken in 5.2. Prioritize colorls instead.