Wrongfully-positioned single quote broke the pre-configure script on Linux. Put the single quote back where it should be.
This commit is contained in:
Родитель
43e6291186
Коммит
5c51b5b377
|
@ -657,7 +657,7 @@ export async function runPreConfigureScript(progress: vscode.Progress<{}>, scrip
|
|||
} else {
|
||||
runCommand = "/bin/bash";
|
||||
scriptArgs.push("-c");
|
||||
scriptArgs.push(`"source '${wrapScriptFile}"'`);
|
||||
scriptArgs.push(`"source '${wrapScriptFile}'"`);
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Загрузка…
Ссылка в новой задаче