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, 0 insertions, 11 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 deleted file mode 100644 index 8acb71cb655e..000000000000 --- a/math/octave/files/patch-build-aux_find-files-with-tests.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |