Bug #821
setenv.add-environment would skip setting the env if the env contains a number in it...
| Status: | Invalid | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | - | |||
| Pending: | No |
Resolution: | invalid |
|
| Patch available: |
Description
setenv.add-environment = (
"THIS_WORKS" => "ble ble ble",
"THIS1DOESNT" => "bla bla bla"
)
And In my small script, It would see env THIS_WORKS,
But It doesn't see THIS1DOESNT.
-- yiyihu