[PATCH] scripts/config: allow setting a string which value contains a colon

2013-11-17 Thread Clement Chauplannaz
s to allow values containing colons. Signed-off-by: Clement Chauplannaz --- scripts/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config b/scripts/config index 6804179..4b16260 100755 --- a/scripts/config +++ b/scripts/config @@ -78,7 +78,7 @@ txt_append() {

[PATCH] scripts/config: fix variable substitution command

2013-09-13 Thread Clement Chauplannaz
Commit 229455bc02b87f7128f190c4491b4ce38648 accidentally changed the separator between sed `s' command and its parameters from ':' to '/'. Revert this change. Signed-off-by: Clement Chauplannaz --- scripts/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion