Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH] box/constraint: make files non executable
@ 2020-06-08 11:05 Cyrill Gorcunov
  2020-06-09  8:33 ` Kirill Yukhin
  0 siblings, 1 reply; 2+ messages in thread
From: Cyrill Gorcunov @ 2020-06-08 11:05 UTC (permalink / raw)
  To: tml

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-09  8:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-08 11:05 [Tarantool-patches] [PATCH] box/constraint: make files non executable Cyrill Gorcunov
2020-06-09  8:33 ` Kirill Yukhin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox