commit | b6df4f7de49f0aa5fd513fbf85e9f400df7dd79b | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <ppaalanen@gmail.com> | Fri Aug 03 14:39:15 2012 +0300 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Aug 03 13:32:36 2012 -0400 |
tree | 226aa63fe8294b979d75df02a38590fff2b330c4 | |
parent | 168ed72dc776137234878c669f3efdbcab65ef0e [diff] |
desktop-shell: use the standard 'environ' variable The variable '__environ' seems to be libc implementation specific, and not avaible on Android. Use the POSIX standard variable 'environ', which also luckily happens to be available on Android, which is not POSIX. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>