1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-04 16:48:04 +03:00
mold/test/elf
Christoph Erhardt 0dcc910223 Add lots of quotes to shell scripts
This makes it possible to build and test mold in a path that contains
whitespace characters - with the notable exception of the tests where
`LD_PRELOAD` is used. That's because `LD_PRELOAD` unconditionally treats
any whitespace as separator, regardless of quoting.

The following ShellCheck warnings are eliminated by this commit:
* SC2046: Quote this to prevent word splitting.
* SC2086: Double quote to prevent globbing and word splitting.

Signed-off-by: Christoph Erhardt <github@sicherha.de>
2021-12-29 22:18:19 +01:00
..
aarch64-hello-static.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
allow-multiple-definition.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
ar-alignment.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
as-needed2.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
as-needed-weak.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
as-needed.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
auxiliary.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
basic.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
bno-symbolic.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
bsymbolic-functions.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
bsymbolic.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
bug178.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
build-id.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
canonical-plt.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
cmdline.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
color-diagnostics.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
comment.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
common-archive.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
common-ref.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
common.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
compress-debug-sections.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
compressed-debug-info.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
copyrel-protected.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
copyrel-relro.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
copyrel.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
ctors-dtors.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
demangle.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
discard.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
dt-init.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
dt-needed.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
duplicate-error.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
dynamic-linker.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
dynamic-list2.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
dynamic-list.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
dynamic.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
empty-file.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
empty-version.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
entry.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
exception.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
exclude-libs2.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
exclude-libs3.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
exclude-libs.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
execstack.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
export-dynamic.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
export-from-exe.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
fatal-warnings.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
filler.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
filter.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
func-addr.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
gc-sections.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
glibc-2.22-bug.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
gnu-hash.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
gnu-warning.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
hello-dynamic.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
hello-static.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
help.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
i386-hello-dynamic.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
i386-hello-static.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
i386-mergeable-strings.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
i386-shared.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
i386-tls-gd.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
i386-tls-ld.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
i386-tlsdesc.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
icf.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
ifunc-dso.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
ifunc-dynamic.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
ifunc-export.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
ifunc-static.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
image-base.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
incompatible-libs.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
init-array-priorities.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
init-array.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
initfirst.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
interpose.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
link-order.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
linker-script2.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
linker-script3.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
linker-script4.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
linker-script.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
lto-gcc-error.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
lto-llvm-error.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
many-sections.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
mergeable-strings.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
missing-but-ok.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
missing-error.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
mold-wrapper2.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
mold-wrapper.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
no-quick-exit.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
nocopyreloc.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
note2.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
note-property.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
note.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
now.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
omagic.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
pie.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
plt-dso.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
plt.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
pltgot.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
preload.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
protected-dynsym.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
protected.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
push-pop-state.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
relax.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
reloc-overflow.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
reloc-rodata.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
reloc-zero.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
reloc.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
relocatable-archive.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
relocatable.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
relro.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
repro.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
require-defined.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
response-file.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
retain-symbols-file.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
rodata-name.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
rpath.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
run.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
section-alignment.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
section-name.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
shared.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
soname.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
spare-dynamic-tags.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
start-lib.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
start-stop-symbol.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
static-archive.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
stdout.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
strip.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
symbol-version.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
symtab.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
synthetic-symbols.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
sysroot2.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
sysroot-linker-script.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
sysroot.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
thin-archive.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
thread-count.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
tls-dso.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
tls-gd2.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
tls-gd.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
tls-ie.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
tls-large-tbss.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
tls-ld.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
tls-le.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
tls-nopic.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
tls-pic.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
tlsdesc-import.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
tlsdesc-static.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
tlsdesc.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
trace-symbol.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
trace.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
undefined.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
unique.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
unresolved-symbols.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
verbose.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
version-script2.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
version-script3.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
version-script4.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
version-script5.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
version-script6.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
version-script7.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
version-script8.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
version-script.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
version.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
versioned-undef.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
warn-common.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
warn-unresolved-symbols.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
weak-export-dso.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
weak-export-exe.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
whole-archive.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
wrap.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
z-defs.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
z-max-page-size.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
z-nodefaultlib.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
z-nodump.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
z-origin.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
z-separate-code.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
z-text.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00
z-unknown.sh Add lots of quotes to shell scripts 2021-12-29 22:18:19 +01:00