Skip to content

conf:functions: Replace printf -v

Tobias Kahlki requested to merge fix_printf_assign into main

Our shell actually doesn't support the -v parameter (assign value to variable instead of printing it to stdout). Replace all printf -v by an assignment of the output of a sub-shell.

Merge request reports

Loading