Use a printf verb in ls-remote to avoid printing weird stuff.

This commit is contained in:
Jorge Bucaran 2016-06-01 23:45:41 +09:00 committed by Jorge Bucaran
parent 92ea55b10b
commit a8b004f89e

View file

@ -1226,7 +1226,7 @@ function __fisher_list_remote -a format
gsub(/%url/, url, fmt)
gsub(/%info/, info, fmt)
printf(fmt)
printf("%s", fmt)
}
BEGIN {