From 317b8623c36c85650233b8987222a6625aaa26f5 Mon Sep 17 00:00:00 2001 From: Philippe Blain Date: Thu, 26 May 2022 12:56:03 -0400 Subject: [PATCH] scripts: unset executable bit for 'makdep.c' and 'cice.settings' (#723) This allows tab-completion for './cice.s[TAB]' to unambiguously complete to './cice.submit'. 'cice.settings' is designed to be sourced anyway, so it makes little sense for it to be executable. While at it, also unset the bit for 'makdep.c'. --- configuration/scripts/cice.settings | 0 configuration/scripts/makdep.c | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 configuration/scripts/cice.settings mode change 100755 => 100644 configuration/scripts/makdep.c diff --git a/configuration/scripts/cice.settings b/configuration/scripts/cice.settings old mode 100755 new mode 100644 diff --git a/configuration/scripts/makdep.c b/configuration/scripts/makdep.c old mode 100755 new mode 100644