Skip to content

Commit 6a77a54

Browse files
committed
fix: fix indentation of picam controls
Signed-off-by: Patrick Gehrsitz <[email protected]>
1 parent 217242b commit 6a77a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/hwhandler.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ list_picam_controls() {
114114
local prefix
115115
prefix="$(date +'[%D %T]') crowsnest:"
116116
log_msg "'libcamera' device controls :"
117-
while read -r i; do
117+
while IFS= read -r i; do
118118
if [[ ! "${i}" =~ "INFO" ]]; then
119119
printf "%s\t\t%s\n" "${prefix}" "${i}" >>"${CROWSNEST_LOG_PATH}"
120120
fi

0 commit comments

Comments
 (0)