sbase

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

commit 6e7cbdd918d87785b7ba41a09d92f6ab49e0b522
parent cf769f2d8de2fd992fafcfd5ca4984af6d481a15
Author: Wolfgang Corcoran-Mathe <first.lord.of.teal@gmail.com>
Date:   Mon, 15 Jun 2015 15:27:38 -0400

find: Improve prompt spacing with -ok

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

diff --git a/find.c b/find.c @@ -411,7 +411,7 @@ pri_ok(struct arg *arg) char ***brace, c; struct okarg *o = arg->extra.p; - fprintf(stderr, "%s: %s ?", *o->argv, arg->path); + fprintf(stderr, "%s: %s ? ", *o->argv, arg->path); reply = fgetc(stdin); /* throw away rest of line */