pacman/build-aux
Eli Schwartz 9bf3d6a760 remove sed command lookup and hardcoding in edit-script.sh
We should not need to hardcode the path to sed as we simply don't care.
We don't check what kind of sed we found, and we're using the same one
we initially found on the PATH, which is surely still on the PATH.

At one point we did care to find the system copy of sed and hardcode it
in makepkg, because we also passed non-portable -i options to it and
makepkg needed to continue working on macOS even if some incompatible
GNU sed got installed afterward, elsewhere on the PATH. But this was
never relevant to the in-tree buildsystem script running sed.

In commit 3a814ee6bc we removed even that,
so we don't need to look it up at all.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2021-03-25 11:38:58 +10:00
..
.gitignore Patch ltmain on autoreconf 2013-07-22 13:27:47 +10:00
cat-test-file gitlab-ci: print output and logs for failed tests 2021-01-21 17:18:24 +10:00
edit-script.sh.in remove sed command lookup and hardcoding in edit-script.sh 2021-03-25 11:38:58 +10:00
meson-make-symlink.sh Add meson.build files to build with meson 2018-11-02 03:16:34 -04:00
print-failed-test-output gitlab-ci: print output and logs for failed tests 2021-01-21 17:18:24 +10:00
script-wrapper.sh.in meson: add a wrapper to bootstrap scripts from within build dir 2018-11-02 03:16:34 -04:00
update-copyright Move update-copyright into build-aux 2019-11-05 15:25:52 +10:00
update-po build-aux: detect build dir based on build.ninja 2019-08-05 18:26:21 +10:00