@ -743,10 +743,8 @@ void CPatchManager::createBatchFile(CProductDescriptionForClient &descFile, bool
//use bat if windows if not use sh
#ifdef NL_OS_WINDOWS
fprintf(fp, "@echo off\n");
#elif NL_OS_MAC
// mac patcher doesn't work yet
#else
fprintf(fp, "#!/bin/sh\npwd\n");
fprintf(fp, "#!/bin/sh\n");
#endif
}