summaryrefslogtreecommitdiff
path: root/tools/arch
diff options
context:
space:
mode:
authorDiederik de Haas <didi.debian@cknow.org>2023-02-02 00:49:45 +0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2023-02-02 22:32:19 +0300
commita912f5975ffc82d52bbb5937eafe367d44db711c (patch)
tree1be7afc7db89d35685254994692f1c214487a821 /tools/arch
parent5b420cf003da4da34955dfd95c5334bec0815114 (diff)
downloadlinux-a912f5975ffc82d52bbb5937eafe367d44db711c.tar.xz
perf test: Replace legacy `...` with $(...)
As detailed in https://www.shellcheck.net/wiki/SC2006: The use of `...` is legacy syntax with several issues: 1. It has a series of undefined behaviors related to quoting in POSIX. 2. It imposes a custom escaping mode with surprising results. 3. It's exceptionally hard to nest. $(...) command substitution has none of these problems, and is therefore strongly encouraged. Signed-off-by: Diederik de Haas <didi.debian@cknow.org> Acked-by: Carsten Haitzler <carsten.haitzler@arm.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: https://lore.kernel.org/r/20230201214945.127474-3-didi.debian@cknow.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/arch')
0 files changed, 0 insertions, 0 deletions