diff options
author | Martijn Dekker <martijn@inlv.org> | 2016-01-10 19:31:49 +0100 |
---|---|---|
committer | Martijn Dekker <martijn@inlv.org> | 2016-01-10 19:31:49 +0100 |
commit | f3329f0a82cf7b4ef3fa8011f87fc8a3dafd753e (patch) | |
tree | fcd43b6b0398c9d44114e85e09b377c8a992250d /drafts | |
parent | ab91e5dda1400da0f29b7bb2ef05834f1127ac9c (diff) |
Remove unnecessary quotes from scalar assignments
Substitutions (variables, command substitutions, etc.) directly assigned to a scalar variable don't need to be quoted, as field splitting and globbing don't apply in that context. Removing superfluous quotes makes the code look a bit cleaner.
Diffstat (limited to 'drafts')
0 files changed, 0 insertions, 0 deletions