From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6555756628132495360 X-Received: by 2002:a1c:5c82:: with SMTP id q124-v6mr1521579wmb.6.1526398460304; Tue, 15 May 2018 08:34:20 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:bb06:: with SMTP id r6-v6ls140754wrg.11.gmail; Tue, 15 May 2018 08:34:19 -0700 (PDT) X-Google-Smtp-Source: AB8JxZorNEb9BTAK/3a0VGRjZ0D0TNyjSf5ySNP23KD70YU3KPV5keHmqL40sgKDbYYgEDuq8IIg X-Received: by 2002:adf:cc82:: with SMTP id p2-v6mr1267180wrj.2.1526398459894; Tue, 15 May 2018 08:34:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526398459; cv=none; d=google.com; s=arc-20160816; b=NsCGeXbr0yOnBeURaHOTKkaQqvooVfyLPPyTzCDaq5GpnVia1tlC6K4lWtpZBZgdcT FOGBwarTrip/5U2EYIWBspFOFKGYqTU4+qFpz1vTiKQFxZWJ4GbiaVuwp/tpEVgfsiuL ppGFndBsdPVSP9la1Apg4aU7fp0JZ3G+8kf2e96URLsCVaUfIVhIS/zvtYwfBXd9rfuW K6cjeNTqOWz4JDkwtSll4/w/Jqmohe78YjypZBAc45sCGwKAI58dAD4plmhDanN/VPFz Zm+IQckg2HkRvCt5VDe8xN5NlbjXHbdOnFahkrA9z42Uvj0JXiu0H8QaXh9wmCH1WpBe u4PA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject :arc-authentication-results; bh=wt6wFO5kruh0mSiWCIPEm6SCjKu6F9OLQxJ6z/yC5Ps=; b=gO9LnSVHImIL3ygVmRShsG+mdgueARSAnU5Vaqp0zW1MBiYA5gWJZhqqWh5HqBT9zE VqPaSmny2Etu6VIoogQTZzMLq1al6rqZJ/dZo5ggOZgjwSUuWjolALyLjhT9dCARsro0 u+UnV2jByN9dhcL2kEOXzVrGeQ9l7hohemqih3TD01YZl9b0T1WLKC5eRfMmB+2tdlNz RhG6B5fsHJ+Ykg+qkuedF/dQ1E+PC31LBQB+xxEc1odJAPpznRb2yPnjZdoBfLDrXnYy axK1kVN0cTIy7NWtQEck58fIJhkFlpozm5GmjjBlsC3nXZ7sfKvZA6RJ/82nJbcE7Uk2 VE4g== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id m18-v6si26511wrh.0.2018.05.15.08.34.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 May 2018 08:34:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from [10.0.2.15] ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w4FFYFRU015005 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 15 May 2018 17:34:17 +0200 Subject: Re: [PATCH 1/1] isar-bootstrap: fix DISTRO_APT_PREMIRRORS: split '\\n' instead of '\n' To: claudius.heine.ext@siemens.com, isar-users@googlegroups.com Cc: Claudius Heine References: <20180515104350.15933-1-claudius.heine.ext@siemens.com> From: Alexander Smirnov Message-ID: <3599f448-c7ed-4a57-18f6-a6a73859f37a@ilbers.de> Date: Tue, 15 May 2018 18:34:10 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20180515104350.15933-1-claudius.heine.ext@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: EbQQUmZ3+vxl On 05/15/2018 01:43 PM, claudius.heine.ext@siemens.com wrote: > From: Claudius Heine > > Bitbake apparantly escapes '\n' in variable names, so its necessary to > split on every '\\n' instead to get the right seperation. > Applied to next, thanks! Alex