Prevent globbing and word splitting
Add double quote on line 123 to prevent globbing and word splittingpull/3/head
parent
a3be81a10a
commit
db7fdf1964
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue