diff --git a/patch-git.lua b/patch-git.lua index c975eb7..2ae7888 100644 --- a/patch-git.lua +++ b/patch-git.lua @@ -1923,7 +1923,7 @@ if rpm then for j=1,#cl do -- RPM does not recursively macro-expand what we emit here, -- so do not apply %-escaping. - print(cl[j], '\n') + print(cl[j] .. '\n') end print('\n') end