# HG changeset patch # User Aleksej Bobylev # Date 1497435981 -10800 # Node ID d98fc9c17c0ff9ea5aeb5d21551a77bf8fd2412a # Parent a984acecb3fa664526c3e87f3a5a228fa83e7427 cook: mk_pkg_receipt(): escape quotes for receipt (fix package 'perl-bit-vector') diff -r a984acecb3fa -r d98fc9c17c0f cook --- a/cook Tue Jun 13 20:26:43 2017 +0300 +++ b/cook Wed Jun 14 13:26:21 2017 +0300 @@ -870,6 +870,9 @@ SHORT_DESC="$SHORT_DESC (${CAT#*|})" fi + # escape quotes for receipt + SHORT_DESC="${SHORT_DESC//\"/\\\"}" + # Mandatory variables cat <