From: Cyrill Gorcunov <gorcunov@gmail.com> To: tml <tarantool-patches@dev.tarantool.org> Subject: [Tarantool-patches] [PATCH] box/constraint: make files non executable Date: Mon, 8 Jun 2020 14:05:26 +0300 [thread overview] Message-ID: <20200608110526.160672-1-gorcunov@gmail.com> (raw) For some reason these files are sitting with mask 0755. Set proper mode. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> --- src/box/constraint_id.c | 0 src/box/constraint_id.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/box/constraint_id.c mode change 100755 => 100644 src/box/constraint_id.h diff --git a/src/box/constraint_id.c b/src/box/constraint_id.c old mode 100755 new mode 100644 diff --git a/src/box/constraint_id.h b/src/box/constraint_id.h old mode 100755 new mode 100644 -- 2.26.2
next reply other threads:[~2020-06-08 11:05 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-08 11:05 Cyrill Gorcunov [this message] 2020-06-09 8:33 ` Kirill Yukhin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20200608110526.160672-1-gorcunov@gmail.com \ --to=gorcunov@gmail.com \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH] box/constraint: make files non executable' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox