From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id CCD59469710 for ; Mon, 8 Jun 2020 14:05:32 +0300 (MSK) Received: by mail-lf1-f47.google.com with SMTP id x27so9920993lfg.9 for ; Mon, 08 Jun 2020 04:05:32 -0700 (PDT) From: Cyrill Gorcunov Date: Mon, 8 Jun 2020 14:05:26 +0300 Message-Id: <20200608110526.160672-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH] box/constraint: make files non executable List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml For some reason these files are sitting with mask 0755. Set proper mode. Signed-off-by: Cyrill Gorcunov --- 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