Skip to content

Commit 956d813

Browse files
authored
Merge pull request #441 from stonebig/master
georgejean tweaks for powershell (forgotten space)
2 parents 07c3225 + 52abc44 commit 956d813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ def _create_batch_scripts_initial(self):
720720
self.create_batch_script('cmd_ps.bat', r"""@echo off
721721
rem safe bet
722722
call "%~dp0env_for_icons.bat"
723-
Powershell.exe -Command "& {Start-Process PowerShell.exe -ArgumentList '-ExecutionPolicy RemoteSigned -noexit -File""%~dp0WinPython_PS_Prompt.ps1""'}"
723+
Powershell.exe -Command "& {Start-Process PowerShell.exe -ArgumentList '-ExecutionPolicy RemoteSigned -noexit -File ""%~dp0WinPython_PS_Prompt.ps1""'}"
724724
exit
725725
""")
726726

0 commit comments

Comments
 (0)