From 6a34f314806b83d8b137291923a49dbb92960b4c Mon Sep 17 00:00:00 2001 From: Stephan Wendel Date: Fri, 17 Dec 2021 20:41:55 +0100 Subject: [PATCH] SHELLCHECK: Enabled 'requires-variable-braces' in configparser.sh Signed-off-by: Stephan Wendel --- libs/configparser.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/configparser.sh b/libs/configparser.sh index 63a640f..26daa96 100755 --- a/libs/configparser.sh +++ b/libs/configparser.sh @@ -11,6 +11,8 @@ #### This File is distributed under GPLv3 #### +# shellcheck enable=requires-variable-braces + # Exit upon Errors set -e