sbase

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

commit 18fbd4606c77fcd155814cb3f8097314532460de
parent c23616555bf2830d478508f14a8d6f2504cda835
Author: sin <sin@2f30.org>
Date:   Mon, 11 Nov 2013 11:43:18 +0000

Return false in case we invoke `test s1' and s1 is the null string

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

diff --git a/test.c b/test.c @@ -40,7 +40,7 @@ main(int argc, char *argv[]) ret = binary(argv[1], argv[2], argv[3]); break; default: - usage(); + break; } if(not) ret = !ret;