Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
20211116 Menu - master branch - quote variables in expression
Function `check_git_updates()` does not quote variables used in expressions. This leads to the errors: ``` ./menu.sh: line 128: [: f6d9bbd2f702bf4dcb05e285423ba9a8a3f5390c: unary operator expected ./menu.sh: line 130: [: f6d9bbd2f702bf4dcb05e285423ba9a8a3f5390c: unary operator expected ``` Quotes added to expressions.
- Loading branch information