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:
@@ -11,6 +11,8 @@
|
|||||||
#### This File is distributed under GPLv3
|
#### This File is distributed under GPLv3
|
||||||
####
|
####
|
||||||
|
|
||||||
|
# shellcheck enable=requires-variable-braces
|
||||||
|
|
||||||
# Exit upon Errors
|
# Exit upon Errors
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@@ -11,6 +11,8 @@
|
|||||||
#### This File is distributed under GPLv3
|
#### This File is distributed under GPLv3
|
||||||
####
|
####
|
||||||
|
|
||||||
|
# shellcheck enable=requires-variable-braces
|
||||||
|
|
||||||
# Exit upon Errors
|
# Exit upon Errors
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@@ -11,6 +11,8 @@
|
|||||||
#### This File is distributed under GPLv3
|
#### This File is distributed under GPLv3
|
||||||
####
|
####
|
||||||
|
|
||||||
|
# shellcheck enable=requires-variable-braces
|
||||||
|
|
||||||
# Exit upon Errors
|
# Exit upon Errors
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@@ -11,6 +11,8 @@
|
|||||||
#### This File is distributed under GPLv3
|
#### This File is distributed under GPLv3
|
||||||
####
|
####
|
||||||
|
|
||||||
|
# shellcheck enable=requires-variable-braces
|
||||||
|
|
||||||
# Exit upon Errors
|
# Exit upon Errors
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@@ -13,6 +13,8 @@
|
|||||||
#### Description: Configure Cam with v4l2-ctl options
|
#### Description: Configure Cam with v4l2-ctl options
|
||||||
#### ex.: v4l2-ctl -c brightness=100
|
#### ex.: v4l2-ctl -c brightness=100
|
||||||
|
|
||||||
|
# shellcheck enable=requires-variable-braces
|
||||||
|
|
||||||
# Exit upon Errors
|
# Exit upon Errors
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
@@ -53,6 +55,6 @@ function v4l2_control {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
### MAIN
|
### MAIN
|
||||||
main
|
main
|
||||||
}
|
}
|
||||||
|
@@ -11,6 +11,8 @@
|
|||||||
#### This File is distributed under GPLv3
|
#### This File is distributed under GPLv3
|
||||||
####
|
####
|
||||||
|
|
||||||
|
# shellcheck enable=requires-variable-braces
|
||||||
|
|
||||||
# Exit upon Errors
|
# Exit upon Errors
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user