Remove chmod
Per https://github.com/Microsoft/visualfsharp/pull/5882 This file is no longer needed and removed
This commit is contained in:
parent
617bbcef27
commit
9f9afa1f76
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue