diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-02 22:06:43 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-04 19:37:38 +0200 |
| commit | 1f2c760780607c00befea92971be7e3b09c4900c (patch) | |
| tree | 0ef6f8078398b9d6c0e6daa44e26ad38990c286b | |
| parent | 9a947571edec16a85830837b7b149e1ea2776bac (diff) | |
Fix run/tests for macOS sed.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ for d in `find $work/private/metadata -mindepth 1 -maxdepth 1 -type d | sort -f done # Fudge the output -sed -i "s/DCP: build\/test/DCP: test/g" $work/info2.log +sed -i -e "s/DCP: build\/test/DCP: test/g" $work/info2.log # And check it diff -q $work/info2.log $private/info2.log |
