diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-04 21:19:32 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-04 21:19:32 +0000 |
commit | 029011b9eeaf491d00fda1d072c4c6094df96c3a (patch) | |
tree | 7c49f1fc1547a2f9cee812472f422a5c1a5c448b /coreutils/cat.c | |
parent | 7c4b2f3fe5cb6b9a5c6bd089c18279c5ce29dc21 (diff) | |
download | busybox-w32-029011b9eeaf491d00fda1d072c4c6094df96c3a.tar.gz busybox-w32-029011b9eeaf491d00fda1d072c4c6094df96c3a.tar.bz2 busybox-w32-029011b9eeaf491d00fda1d072c4c6094df96c3a.zip |
A few updates (including the cp fix the Craig has been looking for)
-Erik
Diffstat (limited to 'coreutils/cat.c')
-rw-r--r-- | coreutils/cat.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/coreutils/cat.c b/coreutils/cat.c index 86f85fe8e..58a1b0f54 100644 --- a/coreutils/cat.c +++ b/coreutils/cat.c | |||
@@ -59,3 +59,11 @@ extern int cat_main(int argc, char **argv) | |||
59 | } | 59 | } |
60 | exit(TRUE); | 60 | exit(TRUE); |
61 | } | 61 | } |
62 | |||
63 | /* | ||
64 | Local Variables: | ||
65 | c-file-style: "linux" | ||
66 | c-basic-offset: 4 | ||
67 | tab-width: 4 | ||
68 | End: | ||
69 | */ | ||