aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2018-10-30 19:38:36 -0500
committerRob Landley <rob@landley.net>2018-10-30 19:38:36 -0500
commitb3e1d6dbd5497d6ae4729df2c8018df435429e76 (patch)
tree9f83d14160a5504bdfb3d158fc8cd797f8aa9a43
parent12e10799eee982f28b95dc02a43992cd763f0378 (diff)
downloadtoybox-b3e1d6dbd5497d6ae4729df2c8018df435429e76.tar.gz
Promote watch to other.
-rw-r--r--toys/other/watch.c (renamed from toys/pending/watch.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/pending/watch.c b/toys/other/watch.c
index 42dc25c2..ab51148c 100644
--- a/toys/pending/watch.c
+++ b/toys/other/watch.c
@@ -5,12 +5,12 @@
*
* No standard. See http://man7.org/linux/man-pages/man1/watch.1.html
*
- * TODO: add
+ * TODO: trailing combining characters
USE_WATCH(NEWTOY(watch, "^<1n%<100=2000tebx", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_LOCALE))
config WATCH
bool "watch"
- default n
+ default y
help
usage: watch [-teb] [-n SEC] PROG ARGS