mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
s/gsed/sed
This commit is contained in:
parent
824c1aa376
commit
af4fa60d3e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/voiddocker.yml
vendored
2
.github/workflows/voiddocker.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
ninja -C Build install
|
ninja -C Build install
|
||||||
# ninja test
|
# ninja test
|
||||||
ninja -C Build test
|
ninja -C Build test
|
||||||
find -name testlog.txt -exec gsed -i -e '/Inherited environment:.* GITHUB/d' {} + -exec cat {} +
|
find -name testlog.txt -exec sed -i -e '/Inherited environment:.* GITHUB/d' {} + -exec cat {} +
|
||||||
export TERM=xterm
|
export TERM=xterm
|
||||||
# automated irssi launch test
|
# automated irssi launch test
|
||||||
cd
|
cd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue