summaryrefslogtreecommitdiff
path: root/attic
Commit message (Collapse)AuthorAgeFilesLines
* tests: double quote array expansions to avoid re-splitting elementsDmitry V. Levin2023-04-041-1/+1
| | | | This fixes shellcheck SC2068.
* treewide: fix unnecessary $ on arithmetic variablesDmitry V. Levin2023-03-301-1/+1
| | | | This silences shellcheck SC2004.
* treewide: replace "sed -r" with "sed -E"Dmitry V. Levin2023-02-141-1/+1
| | | | | | | | | Use -E option instead of -r to enable use extended regular expression syntax in sed expressions. It has been supported for years by GNU sed, and is now included in POSIX. Link: https://www.austingroupbugs.net/view.php?id=528 Resolves: https://github.com/strace/strace/issues/216
* Move outdated files to atticDmitry V. Levin2021-02-0226-0/+1185
* build_static_example.sh: Move to attic subdirectory. * qemu_multiarch_testing: Likewise. * test: Likewise.