sbase

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

commit 004a51426e42d42150a746dc113ad86fb3fbed3c
parent 1871a3578059a836c3aa1817ba9030f7f50c5e9b
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date:   Fri, 30 Jan 2026 14:21:08 +0100

ed: Minor whitespace change

Diffstat:
Med.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ed.c b/ed.c @@ -836,7 +836,7 @@ dowrite(const char *fname, int trunc) fp = NULL; } - if(fname[0] == '!') { + if (fname[0] == '!') { sh = 1; if((fp = popen(expandcmd(), "w")) == NULL) error("bad exec");