diff options
Diffstat (limited to 'math/octave/files/patch-build-aux_find-files-with-tests.sh')
-rw-r--r-- | math/octave/files/patch-build-aux_find-files-with-tests.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave/files/patch-build-aux_find-files-with-tests.sh b/math/octave/files/patch-build-aux_find-files-with-tests.sh new file mode 100644 index 000000000000..fa5305c90b13 --- /dev/null +++ b/math/octave/files/patch-build-aux_find-files-with-tests.sh @@ -0,0 +1,11 @@ +--- 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 |