expression, which should be escaped
in sed expression.
Signed-off-by: Jian Liu
---
update-alternatives | 6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
- I add the head of this patch -
于 2014年10月30日 13:40, Liu Jian 写道:
--
Jian Liu
Email: jian@windriver.com
Office Ph
>From 6431466b7c3f5fe76720372593fc785b572db84c Mon Sep 17 00:00:00 2001
From: Jian Liu
Date: Wed, 29 Oct 2014 09:58:14 +0800
Subject: [opkg-utils PATCH] update-alternatives: Installing fails for "["
Insalling packages using update-alternatives will give the following error lines:
sed: -e express
Hi Paul,
Thanks very much for your help.
I will send the right one later.
Many thanks!
Jian
于 2014年10月28日 17:28, Paul Barker 写道:
On 28 October 2014 02:02, Liu Jian wrote:
Hi Paul,
Thanks to your correction.
Could you please tell me the mailing lists? I use this mailing lists
following the
Hi Paul,
Thanks to your correction.
Could you please tell me the mailing lists? I use this mailing lists
following the
guidance of
http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/tree/CONTRIBUTING.
You told me that URL in your last mail. So should I follow the
instruction in it?
Than
Building a small filesystem with busybox gives the following error lines:
sed: -e expression #1, char 41: unterminated address regex
sed: -e expression #1, char 42: unterminated address regex
This is caused by the script update-alternatives.
"[" can not be used directly in sed expression.
Signed-o