launch_daemon: Remove extra quoting around env variables.hrev49573
commitf11d686c96f7ac06b9ea411367548d34229548a3
authorMichael Lotz <mmlr@mlotz.ch>
Sun, 23 Aug 2015 13:02:22 +0000 (23 15:02 +0200)
committerMichael Lotz <mmlr@mlotz.ch>
Sun, 23 Aug 2015 13:17:39 +0000 (23 15:17 +0200)
treed7bed1c50e707d14a028f6bfa4c5db966b2143b8
parent8b9bb054f46a2500dfc4216dca18096da737debc
launch_daemon: Remove extra quoting around env variables.

The extra quotes aren't needed and cause problems when not parsed
through a shell. For example LD_PRELOAD which is handled by the
runtime_loader directly failed to work as there was no way to remove
the extra single quotes.

Note that quotes and single quotes can still be added to the variables
through respective quoting in the driver settings syntax.
src/servers/launch/BaseJob.cpp