summaryrefslogtreecommitdiff
path: root/math/octave/files/patch-build-aux_find-defun-files.sh
blob: e687ad32acf842c0c726f0552f988f7f73bc6253 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build-aux/find-defun-files.sh.orig	2018-04-30 17:03:56 UTC
+++ build-aux/find-defun-files.sh
@@ -20,7 +20,7 @@
 
 set -e
 
-SED=${SED:-sed}
+SED=gsed
 EGREP=${EGREP:-egrep}
 
 # Some stupid egreps don't like empty elements in alternation patterns,