ports/math/octave/files/patch-build-aux_find-files-with-tests.sh
Stephen Montgomery-Smith 6473aac25b - Update math/octave to 6.2.0.
- Bump portrevision of dependent ports.
- Add patches to dependent ports math/octave-forge-* if I can figure them out.
- Mark broken dependent ports I couldn't figure out.
2021-02-21 22:41:34 +00:00

11 lines
216 B
Bash

--- build-aux/find-files-with-tests.sh.orig 2020-11-26 18:20:44 UTC
+++ build-aux/find-files-with-tests.sh
@@ -28,7 +28,7 @@
set -e
GREP=${GREP:-grep}
-SED=${SED:-sed}
+SED=gsed
srcdir="$1"
if [ "$1" ]; then