Fixed printf-calls to print only one string
This commit is contained in:
@@ -29,7 +29,7 @@ latest_commit () {
|
||||
if ! [ -z "$c" ]; then
|
||||
if grep -qE "^[[:xdigit:]]{6,}$" <<< $c; then
|
||||
log_debug "$func:${LINENO} commit -> $c"
|
||||
printf "%s\n" $c
|
||||
printf "%s\n" "$c"
|
||||
else
|
||||
log_crit "$func:${LINENO} wrong format for commit c=$c"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user