aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 713219b6e..6f8bc9042 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -203,7 +203,7 @@
203 * TODO: 203 * TODO:
204 * singleword+noglob expansion: 204 * singleword+noglob expansion:
205 * v='a b'; [[ $v = 'a b' ]]; echo 0:$? 205 * v='a b'; [[ $v = 'a b' ]]; echo 0:$?
206 * [[ /bin/* ]]; echo 0:$? 206 * [[ /bin/n* ]]; echo 0:$?
207 * -a/-o are not AND/OR ops! (they are just strings) 207 * -a/-o are not AND/OR ops! (they are just strings)
208 * quoting needs to be considered (-f is an operator, "-f" and ""-f are not; etc) 208 * quoting needs to be considered (-f is an operator, "-f" and ""-f are not; etc)
209 * = is glob match operator, not equality operator: STR = GLOB 209 * = is glob match operator, not equality operator: STR = GLOB