diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-03-04 21:19:32 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-03-04 21:19:32 +0000 |
commit | f042f3c095e99887a076427cc04de54f90fe2c29 (patch) | |
tree | 7c49f1fc1547a2f9cee812472f422a5c1a5c448b /cat.c | |
parent | 6b65252692f961f249492e7768d7b2826600d956 (diff) | |
download | busybox-w32-f042f3c095e99887a076427cc04de54f90fe2c29.tar.gz busybox-w32-f042f3c095e99887a076427cc04de54f90fe2c29.tar.bz2 busybox-w32-f042f3c095e99887a076427cc04de54f90fe2c29.zip |
A few updates (including the cp fix the Craig has been looking for)
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@386 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'cat.c')
-rw-r--r-- | cat.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 | */ | ||