Skip to content

Commit bffefa3

Browse files
authored
Shift arguments inside quotes
1 parent f78e316 commit bffefa3

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)