projects
/
oweals
/
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 0bddc92130ed487ae158261606e012dd708da1b7..b46a1fd764e481aafab82ed6ae2a77bc2bbd9443 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