Prevent globbing and word splitting

Add double quote on line 123 to prevent globbing and word splitting
pull/3/head
Raphael 2019-01-18 17:02:18 +01:00 committed by GitHub
parent a3be81a10a
commit db7fdf1964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ function exitTool () {
clear # Clear output
# "now" option
if [ -n "$1" ] && [ $1 == 'now' ]; then
if [ -n "$1" ] && [ "$1" == 'now' ]; then
clearAuth
clearHistory
exitTool