commit | 362264eb516483d6e2f45ba1e0ab6bcaf2d4f0ee | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@swtch.com> | Thu Aug 14 10:29:29 2008 -0400 |
committer | Russ Cox <rsc@swtch.com> | Thu Aug 14 10:29:29 2008 -0400 |
tree | 902303370b73e9e85cbca969ecf8cc5e466f79ea | |
parent | 0e430b25b21cb9e08ccb46c7c5202cd10c13e1dd [diff] |
rc: fix local variables in functions reported by micah stetson: fn foo { echo $bar } bar=baz foo