diff options
author | 2020-04-10 18:57:40 +0200 | |
---|---|---|
committer | 2020-04-23 01:10:16 +0900 | |
commit | e461bc9f9ab105637b86065d24b0b83f182d477c (patch) | |
tree | 10e5d0193bcb7c27802f72924143531d79cf9e83 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | Linux 5.7-rc2 (diff) | |
download | linux-dev-e461bc9f9ab105637b86065d24b0b83f182d477c.tar.xz linux-dev-e461bc9f9ab105637b86065d24b0b83f182d477c.zip |
scripts/config: allow colons in option strings for sed
Sed broke on some strings as it used colon as a separator.
I made it more robust by using \001, which is legit POSIX AFAIK.
E.g. ./config --set-str CONFIG_USBNET_DEVADDR "de:ad:be:ef:00:01"
failed with: sed: -e expression #1, char 55: unknown option to `s'
Signed-off-by: Jeremie Francois (on alpha) <jeremie.francois@gmail.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions