diff options
author | Rob Landley <rob@landley.net> | 2015-05-31 05:11:28 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-05-31 12:12:35 -0500 |
commit | f033f8607f156464747abe57487c1f6226f94001 (patch) | |
tree | a6df1d5b20e886662c29dd422fcef344f12955d5 /toys/posix/touch.c | |
parent | 42cc29c7883c852462c6c740c72eff06bca8accc (diff) | |
download | toybox-f033f8607f156464747abe57487c1f6226f94001.tar.gz |
Move the magic list of commands needing cleanup from toys/pending/README
to greppable TODO annotations in the individual files. (grep -riw TODO)
Diffstat (limited to 'toys/posix/touch.c')
-rw-r--r-- | toys/posix/touch.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/toys/posix/touch.c b/toys/posix/touch.c index bf96b793..c5ebbabf 100644 --- a/toys/posix/touch.c +++ b/toys/posix/touch.c @@ -2,7 +2,9 @@ * * Copyright 2012 Choubey Ji <warior.linux@gmail.com> * - * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/touch.html + * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/touch.html + * + * TODO: have another go at merging the -t and -d stanzas USE_TOUCH(NEWTOY(touch, "acd:mr:t:h[!dtr]", TOYFLAG_BIN)) |