projects
/
EVA-2020-02.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
0b3dde0
)
fix(bkgpslog):Apply shellcheck corrections
author
Steven Baltakatei Sandoval
<baltakatei@gmail.com>
Sun, 28 Jun 2020 22:57:31 +0000
(22:57 +0000)
committer
Steven Baltakatei Sandoval
<baltakatei@gmail.com>
Sun, 28 Jun 2020 22:57:31 +0000
(22:57 +0000)
- Misuse of array and string ("$@" instead of "$*" in error messages)
- Incorrect comparison ( [ "" -eq "" ] instead of [ "" = "" ] )
- Missing quotation marks around string variable.
No differences found