mirror of
https://github.com/yuzu-mirror/breakpad.git
synced 2026-04-07 23:33:54 +00:00
4 lines
92 B
Text
4 lines
92 B
Text
|
|
#!/bin/sh
|
||
|
|
# -E to keep the environment variables needed to run the tests.
|
||
|
|
exec sudo -E "$@"
|