Changeset - ad978ac39cbc
0
1
0
Noticket: [factorio_manager.sh] Use quotes around right-hand sides of operators:
- Right-hand side is treated as glob, so quoting is necessary to avoid
errors. For example, if var='[a]', then [[ $a == $a ]] will always
be false.
- Right-hand side is treated as glob, so quoting is necessary to avoid
errors. For example, if var='[a]', then [[ $a == $a ]] will always
be false.
1 file changed with 6 insertions and 6 deletions:
0 comments (0 inline, 0 general)
First comment
0 comments (0 inline, 0 general)
First comment