Add hidden option -ldlibpath-no-reset 57/17257/1
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 17 Oct 2018 15:05:47 +0000 (17:05 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 17 Oct 2018 15:05:49 +0000 (17:05 +0200)
commitea6d35c3b735d019982cd077171b464b37c5cb77
treecd7570f9c1b476acceaf68da4d304777c02d64f1
parent5e7b2dec616b844dd881897727d0edceb90dfa85
Add hidden option -ldlibpath-no-reset

Following change (https://gerrit.automotivelinux.org/gerrit/#/c/17253/)
xds-server unset LD_LIBRARY_PATH by default.
This new option allows user to keep LD_LIBRARY_PATH as is (IOW don't uset
LD_LIBRARY_PATH) before executing the requested commands.
Note that this option is hidden (not listed in help output) because it's
only reserved for advanced usage.

Change-Id: I34928763699bc24e726f5cb7de0877c0b2bfb813
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
cmd-exec.go