]> git.cworth.org Git - fips/commit
Append to, rather than replace, the LD_PRELOAD value.
authorCarl Worth <cworth@cworth.org>
Wed, 24 Apr 2013 08:08:54 +0000 (01:08 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 24 Apr 2013 22:27:31 +0000 (15:27 -0700)
commit56f628d7802e5807a47e3696ba0aab5c40461a07
treefc58829a739e5bb1e27b380c75254292fc652d0b
parent4eb96c34ac01f908aa2eb491b5c872d7395f216b
Append to, rather than replace, the LD_PRELOAD value.

This is more polite for running things such as Steam games where there
is already an LD_PRELOAD value in place. This way, both the Steam overlay
and fips can get along happily.
execute.c