diff --git a/pressure-vessel/wrap-setup.c b/pressure-vessel/wrap-setup.c index 9a72623cd42ab484800b7ad1fbf9e800faa8f04c..b28da0605bf8e7fd9c214313848e07f0a379dd47 100644 --- a/pressure-vessel/wrap-setup.c +++ b/pressure-vessel/wrap-setup.c @@ -363,7 +363,7 @@ append_preload_internal (GPtrArray *argv, g_ptr_array_add (argv, g_strdup_printf ("%s=%s", option, original_path)); - if (exports != NULL) + if (exports != NULL && original_path[0] == '/') { const gchar *steam_path = g_environ_getenv (env, "STEAM_COMPAT_CLIENT_INSTALL_PATH");