From 2957fc699207d8e855c7024f8f91c451cf018952 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 21 Aug 2008 08:32:12 +0000 Subject: apply post-1.11.1 patches, bump version to 1.11.2 --- coreutils/basename.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils') diff --git a/coreutils/basename.c b/coreutils/basename.c index a3085ed..8a05e92 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.c @@ -48,5 +48,5 @@ int basename_main(int argc, char **argv) /* puts(s) will do, but we can do without stdio this way: */ s[m++] = '\n'; - return full_write(STDOUT_FILENO, s, m) == (ssize_t)m; + return full_write(STDOUT_FILENO, s, m) != (ssize_t)m; } -- cgit v1.1