aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2017-12-03 01:30:39 -0600
committerRob Landley <rob@landley.net>2017-12-03 01:30:39 -0600
commit7ac95e1aacc6a93fd14f8c3a7764fff2537647de (patch)
tree060c3fa7e332f1920f657fcd72956f7fb29aee93
parentef213b3d92febeb92e530f708e1647ca5459403c (diff)
downloadtoybox-7ac95e1aacc6a93fd14f8c3a7764fff2537647de.tar.gz
Commands in pending should default n.
-rw-r--r--toys/pending/stty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/stty.c b/toys/pending/stty.c
index 9ad353aa..315ff16d 100644
--- a/toys/pending/stty.c
+++ b/toys/pending/stty.c
@@ -8,7 +8,7 @@ USE_STTY(NEWTOY(stty, "?aF:g[!ag]", TOYFLAG_BIN))
config STTY
bool "stty"
- default y
+ default n
help
usage: stty [-ag] [-F device] SETTING...