diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-26 19:06:10 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-26 19:06:10 -0800 |
commit | df1e3e32cfb7cf09e4636b08eeffb53181ca1e83 (patch) | |
tree | 3b85769dcfb016280c4845ce88ea851e93f664ab /scripts/saveSample.sh.in | |
parent | 85ae00c1a6331d7738abb406a1eb59091c8a4535 (diff) | |
download | crosstool-ng-df1e3e32cfb7cf09e4636b08eeffb53181ca1e83.tar.gz crosstool-ng-df1e3e32cfb7cf09e4636b08eeffb53181ca1e83.tar.bz2 crosstool-ng-df1e3e32cfb7cf09e4636b08eeffb53181ca1e83.zip |
Revert "Fix breakage from sed_r change in some auxiliary scripts"
This reverts commit 5ea3f2967f105713ec0c707b4f3da9519912f9d0.
Diffstat (limited to 'scripts/saveSample.sh.in')
-rw-r--r-- | scripts/saveSample.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/saveSample.sh.in b/scripts/saveSample.sh.in index cab9b7f2..3160d26d 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 |