diff options
author | Drew DeVault <[email protected]> | 2018-04-02 20:44:56 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2018-04-02 20:44:56 -0400 |
commit | d3eaf6468cf45007e63386afb3d148919959babe (patch) | |
tree | 6c0d05d8605ff5bec4d87a2064e46e6e8cb25385 /sway/main.c | |
parent | 64b9b4b1556c1c45273bfbe0ae1c92245414cfed (diff) | |
parent | 32ef182f474dbb40c4bedb69256ca6ec8bd31039 (diff) |
Merge pull request #1668 from acrisci/split-containers
Basic split containers
Diffstat (limited to 'sway/main.c')
-rw-r--r-- | sway/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/main.c b/sway/main.c index ded922ee..e7f8ddd3 100644 --- a/sway/main.c +++ b/sway/main.c @@ -118,7 +118,7 @@ void run_as_ipc_client(char *command, char *socket_path) { static void log_env() { const char *log_vars[] = { "PATH", - "LD_LOAD_PATH", + "LD_LIBRARY_PATH", "LD_PRELOAD_PATH", "LD_LIBRARY_PATH", "SWAY_CURSOR_THEME", |