ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit 6f7995b65aa51daf168eaff7015fe379f2a43bd6
parent e992efc8fbdedfc493236e93258800efe8636942
Author: sin <sin@2f30.org>
Date:   Mon,  2 Jun 2014 16:15:03 +0100

Consistent error reporting

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

diff --git a/su.c b/su.c @@ -67,7 +67,7 @@ main(int argc, char *argv[]) switch (spw->sp_pwdp[0]) { case '!': case '*': - eprintf("Denied.\n"); + eprintf("Denied\n"); case '$': break; default: