mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
- Maintainership to stephen@. PR: ports/225073 Submitted by: Ben Lauwens <ben.lauwens@gmail.com>
11 lines
216 B
Bash
11 lines
216 B
Bash
--- build-aux/find-files-with-tests.sh.orig 2017-02-22 18:01:55 UTC
|
|
+++ build-aux/find-files-with-tests.sh
|
|
@@ -21,7 +21,7 @@
|
|
set -e
|
|
|
|
GREP=${GREP:-grep}
|
|
-SED=${SED:-sed}
|
|
+SED=gsed
|
|
|
|
srcdir="$1"
|
|
if [ "$1" ]; then
|