mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
- Maintainership to stephen@. PR: ports/225073 Submitted by: Ben Lauwens <ben.lauwens@gmail.com>
11 lines
250 B
Bash
11 lines
250 B
Bash
--- build-aux/find-defun-files.sh.orig 2017-02-22 17:15:26 UTC
|
|
+++ build-aux/find-defun-files.sh
|
|
@@ -2,7 +2,7 @@
|
|
|
|
set -e
|
|
|
|
-SED=${SED:-sed}
|
|
+SED=gsed
|
|
EGREP=${EGREP:-egrep}
|
|
|
|
# Some stupid egreps don't like empty elements in alternation patterns,
|