projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f328e00
)
Arithmetic Expansion is supported now in hush, so drop from TODO
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 2 Apr 2009 17:06:35 +0000
(17:06 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 2 Apr 2009 17:06:35 +0000
(17:06 -0000)
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index
0bddc92
..
b46a1fd
100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-38,7
+38,6
@@
*
* POSIX syntax not implemented:
* aliases
- * Arithmetic Expansion
* <(list) and >(list) Process Substitution
* Here Documents ( << word )
* Functions