sbase

suckless unix tools
git clone git://git.suckless.org/sbase
Log | Files | Refs | README | LICENSE

commit 96b9a71acfa88f613980cfc39054577e0e63be47
parent 284e154a278134f910ba54e9a0b7cfac1d6748fe
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date:   Mon,  8 Dec 2025 18:03:44 +0100

ed: Accept no address in k command

Diffstat:
Mtests/0009-ed.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tests/0009-ed.sh b/tests/0009-ed.sh @@ -1,6 +1,7 @@ #!/bin/sh ed -s /dev/null <<EOF | (read a && test $a == 1) +../ed -s /dev/null <<EOF | (read a && test $a == 1) a 1 2