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