From 5b6fe34cee9ccb70e813a1c3844c8d35fb708cbe Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 26 Nov 2009 05:43:16 +0100 Subject: split: handle - as "use stdin". +13 bytes. Closes bug 741. Signed-off-by: Denys Vlasenko --- coreutils/cksum.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coreutils/cksum.c') diff --git a/coreutils/cksum.c b/coreutils/cksum.c index 3a77c753a..8e65b1ca3 100644 --- a/coreutils/cksum.c +++ b/coreutils/cksum.c @@ -4,8 +4,8 @@ * * Copyright (C) 2006 by Rob Sullivan, with ideas from code by Walter Harms * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ - + * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + */ #include "libbb.h" int cksum_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; -- cgit v1.2.3-55-g6feb