@DemiMarie commented on this pull request.


> +  print("'"..string.gsub(p, "'", "'\\\\''").."'".." ") end}
+%sources %{lua: for i, s in ipairs(sources) do \
+  print("'"..string.gsub(s, "'", "'\\\\''").."'".." ") end}

```suggestion
  print("'"..string.gsub(p, "'", "'\\\\''").."' ") end}
%sources %{lua: for i, s in ipairs(sources) do \
  print("'"..string.gsub(s, "'", "'\\\\''").."' ") end}
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1781#pullrequestreview-760060877
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to