Skip to content

Commit afdea17

Browse files
authored
Merge pull request winpython#1579 from firai/shift-wpcpcbat-arg-order
Shift `wpcp.bat` forwarded arguments inside quotes
2 parents 980e505 + bffefa3 commit afdea17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portable/scripts/wpcp.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
22
call "%~dp0env_for_icons.bat" %*
3-
cmd.exe /k "echo wppm & wppm" %*
3+
cmd.exe /k "echo wppm & wppm %*"

0 commit comments

Comments
 (0)