blob: 8acb71cb655ef70e2bccf75cf2fff3770652b17a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|