From 8f4067015db5004c3c7aaba75e1ba8d19433d206 Mon Sep 17 00:00:00 2001 From: Mark Olesen <Mark.Olesen@esi-group.com> Date: Thu, 22 Nov 2018 17:31:34 +0100 Subject: [PATCH] STYLE: remove shebang from LogFunctions - file is to be sourced, non-executable. - remove stray .keep file from tutorial case --- bin/tools/LogFunctions | 3 +-- .../simpleFoam/rotorDisk/constant/triSurface/.keep | 0 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 tutorials/incompressible/simpleFoam/rotorDisk/constant/triSurface/.keep diff --git a/bin/tools/LogFunctions b/bin/tools/LogFunctions index 4dffd5e7cdf..bf35d106b2e 100644 --- a/bin/tools/LogFunctions +++ b/bin/tools/LogFunctions @@ -1,5 +1,4 @@ -#!/bin/sh -#------------------------------------------------------------------------------ +#---------------------------------*- sh -*------------------------------------- # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | diff --git a/tutorials/incompressible/simpleFoam/rotorDisk/constant/triSurface/.keep b/tutorials/incompressible/simpleFoam/rotorDisk/constant/triSurface/.keep deleted file mode 100644 index e69de29bb2d..00000000000 -- GitLab