mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-08-31 17:49:33 +00:00
Fix escaped environment variables in script.
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ function run() {
|
||||
// execute the custom script
|
||||
try {
|
||||
for (const script of scripts) {
|
||||
yield exec.exec(`${script}`);
|
||||
yield exec.exec(`sh -c \\"${script}"`);
|
||||
}
|
||||
}
|
||||
catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user