From f6a8a6164ed52c423a4f71bba4b6d5c0aeacd9e6 Mon Sep 17 00:00:00 2001 From: Lee Coward Date: Mon, 15 Apr 2019 09:01:41 -0700 Subject: [PATCH] Add execute perms to dotnet-wrapper. Resolves https://github.com/dotnet/core-setup/issues/5790 Commit migrated from https://github.com/dotnet/core-setup/commit/875a48cef8683292f19a1b93916bd50345b9593c --- src/installer/pkg/packaging/snaps/dotnet-sdk-3/dotnet-runtime | 0 src/installer/pkg/packaging/snaps/dotnet-sdk/dotnet-runtime | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 src/installer/pkg/packaging/snaps/dotnet-sdk-3/dotnet-runtime mode change 100644 => 100755 src/installer/pkg/packaging/snaps/dotnet-sdk/dotnet-runtime diff --git a/src/installer/pkg/packaging/snaps/dotnet-sdk-3/dotnet-runtime b/src/installer/pkg/packaging/snaps/dotnet-sdk-3/dotnet-runtime old mode 100644 new mode 100755 diff --git a/src/installer/pkg/packaging/snaps/dotnet-sdk/dotnet-runtime b/src/installer/pkg/packaging/snaps/dotnet-sdk/dotnet-runtime old mode 100644 new mode 100755 -- 2.7.4