We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217242b commit 6a77a54Copy full SHA for 6a77a54
libs/hwhandler.sh
@@ -114,7 +114,7 @@ list_picam_controls() {
114
local prefix
115
prefix="$(date +'[%D %T]') crowsnest:"
116
log_msg "'libcamera' device controls :"
117
- while read -r i; do
+ while IFS= read -r i; do
118
if [[ ! "${i}" =~ "INFO" ]]; then
119
printf "%s\t\t%s\n" "${prefix}" "${i}" >>"${CROWSNEST_LOG_PATH}"
120
fi
0 commit comments