Fixed: Compilation under Linux
This commit is contained in:
parent
9f7e192926
commit
ce75d5e898
1 changed files with 1 additions and 1 deletions
|
@ -883,7 +883,7 @@ void CPatchManager::createBatchFile(CProductDescriptionForClient &descFile, bool
|
|||
content += "rd /Q /S \"%%ROOTPATH%%\\patch\"\n";
|
||||
content += "if exist \"%%ROOTPATH%%\\patch\" goto looppatch\n";
|
||||
#else
|
||||
content += "rm -rf \"$ROOTPATH/patch\"\n");
|
||||
content += "rm -rf \"$ROOTPATH/patch\"\n";
|
||||
#endif
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue