Fixed the below error un ubuntu 18.04
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 26 Sep 2018 06:56:53 +0000 (14:56 +0800)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 26 Sep 2018 07:02:43 +0000 (15:02 +0800)
commit762800ef7bc94b5ab9e90d4721e0787b1b26b878
tree23e2c2f774615a8f89a944d9b163595c424a4f6e
parent36b471e8426bf91d8b24ae6220ba61dd19575d77
Fixed the below error un ubuntu 18.04
perl -i -pne 's/%setup -q -n %{name}-%{version}/%setup -q -n %{name}-%{version}\necho i am a mark/' packaging/sw-tools.spec
Unescaped left brace in regex is illegal here in regex; marked by &lt;-- HERE in m/%setup -q -n %{ &lt;-- HERE name}-%{version}/ at -e line 1.
perl version: v5.26.1
escaping the { inside the Regex by using \{

Change-Id: I248237ea5f5d214fb9f1819a403df525c1606244
cases/export/gbs_ex_with_patch_macro.case