Skip to content
Snippets Groups Projects
Commit 5a8d8152 authored by Simon McVittie's avatar Simon McVittie
Browse files

Merge branch 'wip/smcv/runtime-passthrough' into 'master'

wrap: Fix logic for whether Steam Runtime is passed through

See merge request steam/pressure-vessel!12
parents c17890af 5837e13e
No related branches found
No related tags found
No related merge requests found
......@@ -2469,7 +2469,7 @@ main (int argc,
/* Put Steam Runtime environment variables back, if /usr is mounted
* from the host. */
if (opt_runtime == NULL && opt_runtime[0] != '\0')
if (opt_runtime == NULL || opt_runtime[0] == '\0')
{
g_debug ("Making Steam Runtime available...");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment