diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2020-04-28 14:29:39 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2020-04-28 14:29:39 -0400 |
commit | a55e30b51bc6227d8d41f707654d0a5620978dcf (patch) | |
tree | b6b37e540fe42aca6cccd4029b8664823254e94f /gold | |
parent | 2b2fbab8eff221506975a7c8d00ea92d47de915e (diff) | |
download | gdb-a55e30b51bc6227d8d41f707654d0a5620978dcf.zip gdb-a55e30b51bc6227d8d41f707654d0a5620978dcf.tar.gz gdb-a55e30b51bc6227d8d41f707654d0a5620978dcf.tar.bz2 |
gdb: fix shellcheck warning in update-freebsd.sh
shellcheck reports:
In update-freebsd.sh line 72:
}' $1 >> freebsd.xml.tmp
^-- SC2086: Double quote to prevent globbing and word splitting.
Did you mean:
}' "$1" >> freebsd.xml.tmp
For more information:
https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ...
Add double quotes to fix it.
gdb/ChangeLog:
* syscalls/update-freebsd.sh: Add double quotes.
Diffstat (limited to 'gold')
0 files changed, 0 insertions, 0 deletions