Linux script GenerateProjectFIles.sh have incorrect logic?

After ./GenerateProjectFiles.sh i got error an : /usr/lib/mono/4.5/Microsoft.Common.targets: warning : Reference '/home/rem0tec0de/UnrealEngine/Engine/Binaries/DotNET//DotNETUtilities.dll' not resolved
seems that mono looking for dll in …DotNET// instead of DotNET/ and that is a reason of error. Can anybody tell how to fix it? i open Microsoft.Common.targets file and it is too lage… i doesn’t find incorrect place.