Fixed: Compilation under Linux

This commit is contained in:
kervala 2016-02-21 13:55:58 +01:00
parent 3e75861e47
commit b3ceb45bbd

View file

@ -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