mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
- Either bump portrevision or mark broken for octave-forge-* ports. - Bump port revision for octave-forge.
11 lines
216 B
Bash
11 lines
216 B
Bash
--- build-aux/find-files-with-tests.sh.orig 2018-04-30 17:03:56 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
|