blob: 2f679a1e06b7138bdc08d0573fda8c70e6915382 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- build-aux/mk-octave-config-h.sh.orig 2020-11-26 18:20:44 UTC
+++ build-aux/mk-octave-config-h.sh
@@ -29,7 +29,7 @@
# autoconf-generated config.h file. See the notes at the top of the
# generated octave-config.h file for more details.
-SED=${SED:-sed}
+SED=gsed
if [ $# -ne 1 ]; then
echo "usage: mk-octave-config-h.sh CONFIG-FILE" 1>&2
|