aboutsummaryrefslogtreecommitdiff
path: root/opcodes/lm32-dis.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2020-04-29 20:35:34 -0400
committerSimon Marchi <simon.marchi@efficios.com>2020-04-29 20:35:34 -0400
commita6fc5ffc502238fcc5bce98868f4f353cc5d47d1 (patch)
treec22fa7d5424462a68f23c6a4ef2ff84f5d697125 /opcodes/lm32-dis.c
parent8d113d130ef87c982896412f89154a5fa5afc9ac (diff)
downloadgdb-a6fc5ffc502238fcc5bce98868f4f353cc5d47d1.zip
gdb-a6fc5ffc502238fcc5bce98868f4f353cc5d47d1.tar.gz
gdb-a6fc5ffc502238fcc5bce98868f4f353cc5d47d1.tar.bz2
gdb: fix shellcheck warnings SC2086 (missing double quotes) in gdbarch.sh
Fix all instances of: In gdbarch.sh line 31: if test ! -r ${file} ^-----^ SC2086: Double quote to prevent globbing and word splitting. Did you mean: if test ! -r "${file}" Note that some instances of these are in text that is eval'ed. I'm pretty sure that things could go wrong during the eval too, but that's not something shellcheck can check. gdb/ChangeLog: * gdbarch.sh: Use double quotes around variables.
Diffstat (limited to 'opcodes/lm32-dis.c')
0 files changed, 0 insertions, 0 deletions