From 5ea3f2967f105713ec0c707b4f3da9519912f9d0 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Thu, 16 Feb 2017 12:45:51 -0800 Subject: Fix breakage from sed_r change in some auxiliary scripts ... do not overquote the variables from paths.sh. Signed-off-by: Alexey Neyman --- scripts/saveSample.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/saveSample.sh.in') diff --git a/scripts/saveSample.sh.in b/scripts/saveSample.sh.in index 3160d26d..cab9b7f2 100644 --- a/scripts/saveSample.sh.in +++ b/scripts/saveSample.sh.in @@ -75,7 +75,7 @@ fi if [ -n "${CT_LIBC_UCLIBC_CONFIG_FILE}" ]; then # We save the file, and then point the saved sample to this file CT_DoAddFileToSample "${CT_LIBC_UCLIBC_CONFIG_FILE}" "${samp_dir}/${CT_LIBC}-${CT_LIBC_VERSION}.config" - "${sed_r}" -i -e 's|^(CT_LIBC_UCLIBC_CONFIG_FILE)=.+$|\1="'"${samp_top_dir}"'/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"|;' \ + ${sed_r} -i -e 's|^(CT_LIBC_UCLIBC_CONFIG_FILE)=.+$|\1="'"${samp_top_dir}"'/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"|;' \ .defconfig else # remove any dangling files -- cgit v1.2.3