Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure that _ob_return only unsets variables. | P. J. McDermott | 2012-09-08 | 1 | -1/+1 |
| | | | | | | | | According to POSIX.1-2008, some conformant shells might try to unset a function if: 1. Neither -f nor -v is specified and 2. A variable by a specified name does not exist. | ||||
* | Implement _ob_local and _ob_return. | P. J. McDermott | 2012-09-08 | 1 | -0/+42 |