blob: 979402da1a595a6eadaa68dbbf3e556c990a68f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- build-aux/mk-octave-config-h.sh.orig 2018-04-30 17:03:56 UTC
+++ build-aux/mk-octave-config-h.sh
@@ -22,7 +22,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
|