Skip to content

Commit 9bd839d

Browse files
Run powershell without profiles.
1 parent e4c075b commit 9bd839d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

emacs-build.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ emacs-build.cmd --nativecomp --clone --deps --build --pack-emacs --pdf-tools --m
2525
goto:eof
2626

2727
:help
28-
powershell -c scripts\setup-msys2.ps1
28+
powershell -noprofile -c scripts\setup-msys2.ps1
2929
.\scripts\msys2.cmd -c "./emacs-build.sh --help"
3030
goto:eof
3131

3232
:run
33-
powershell -c scripts\setup-msys2.ps1
33+
powershell -noprofile -c scripts\setup-msys2.ps1
3434
.\scripts\msys2.cmd -c "./emacs-build.sh %*"

0 commit comments

Comments
 (0)