del /q doesn't work on Windows 98 and on XP it only means not to ask on global wildcard deletion, which LogicLib doesn't do anyway
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4110 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ab0ca610ef
commit
bdbec46023
1 changed files with 1 additions and 1 deletions
|
@ -749,7 +749,7 @@
|
|||
${${_Logic}Switch}: ; Place the end of the switch
|
||||
!undef ${_Logic}Switch
|
||||
!include "${${_Switch}Tmp}" ; Include the jump table
|
||||
!system `del /q "${${_Switch}Tmp}"` ; and clear it up
|
||||
!system `del "${${_Switch}Tmp}"` ; and clear it up
|
||||
!ifdef ${_Switch}Else ; Was there a default case?
|
||||
Goto ${${_Switch}Else} ; then go there if all else fails
|
||||
!undef ${_Switch}Else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue