diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-07-17 15:41:59 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-07-17 16:52:08 -0400 |
commit | b6a666bf6e4c81660a0862b0db4dc9a13b75d49e (patch) | |
tree | 9f7839ee559de7831e2e660bfebc34f7120ebe76 /projects/cros-scripts | |
parent | 3adb05d41dd7346c452359a694b629ce37c17272 (diff) | |
download | librebootfr-b6a666bf6e4c81660a0862b0db4dc9a13b75d49e.tar.gz librebootfr-b6a666bf6e4c81660a0862b0db4dc9a13b75d49e.zip |
Use "$*" instead of $@ when assigning as a string
The local variable 'arguments' always stores the positional parameters
passed to it as a string, not an array of strings, so usage of "$*"
makes more sense here instead of $@.
Diffstat (limited to 'projects/cros-scripts')
0 files changed, 0 insertions, 0 deletions