Remove chmod

Per https://github.com/Microsoft/visualfsharp/pull/5882
This file is no longer needed and removed
This commit is contained in:
William Li 2019-02-10 20:48:37 -08:00
parent 617bbcef27
commit 9f9afa1f76

View file

@ -146,6 +146,5 @@
<Exec Command="find $(SdkOutputDirectory) -type d -exec chmod 755 {} \;" />
<Exec Command="find $(SdkOutputDirectory) -type f -exec chmod 644 {} \;" />
<Chmod Mode="755" Glob="$(SdkOutputDirectory)/FSharp/RunFsc.sh" />
</Target>
</Project>