From aea575ce76589e8bcdf16cb42e58017df088fbc2 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 29 Jan 2000 22:36:06 +0000 Subject: Adding sash version 3.4. A Stand-Alone shell combining many common utilities. PR: 16309 Submitted by: Patrick Gardella --- shells/sash/files/patch-ah | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 shells/sash/files/patch-ah (limited to 'shells/sash/files/patch-ah') diff --git a/shells/sash/files/patch-ah b/shells/sash/files/patch-ah new file mode 100644 index 000000000000..35c42def7f9c --- /dev/null +++ b/shells/sash/files/patch-ah @@ -0,0 +1,20 @@ +diff -NPru cmd_grep.c.orig cmd_grep.c +--- cmd_grep.c.orig Sun Apr 11 09:31:39 1999 ++++ cmd_grep.c Sat Jan 22 23:47:32 2000 +@@ -6,6 +6,8 @@ + * The "grep" built-in command. + */ + ++#ifdef HAVE_GREP ++ + #include + + #include "sash.h" +@@ -187,5 +189,7 @@ + string++; + } + } ++ ++#endif /* HAVE_GREP */ + + /* END CODE */ -- cgit v1.2.3