SHELLCHECK: Enabled 'requires-variable-braces'

* Affected Files:
* libs/hwhandler.sh
* libs/logging.sh
* libs/messages.sh
* libs/ustreamer.sh
* libs/v4l2_control.sh
* libs/v4l2rtspserver.sh

Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
Stephan Wendel
2021-12-17 20:38:49 +01:00
parent 4674b849eb
commit a3f0317824
6 changed files with 14 additions and 2 deletions

View File

@@ -11,6 +11,8 @@
#### This File is distributed under GPLv3
####
# shellcheck enable=requires-variable-braces
# Exit upon Errors
set -e