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
parent b204b3ae1f
commit 2ff8eac108
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

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 {