From 220f9a712240ed4b59a6109ac6dccd7fab622c99 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 3 Dec 2020 18:33:32 +0100 Subject: [PATCH] [bash] fix shellcheck error SC2148 For details, see: https://github.com/koalaman/shellcheck/wiki/SC2148 --- roles/bash/files/profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/bash/files/profile b/roles/bash/files/profile index 0a257e0..b0bccb6 100644 --- a/roles/bash/files/profile +++ b/roles/bash/files/profile @@ -1,3 +1,5 @@ +# shellcheck shell=bash + # Return immediately if non-interactive (makes FTP clients happy) [[ "$-" == *i* ]] || return