misc: Fix missing quote.
This commit is contained in:
parent
9175a47a3c
commit
3889bf8dd4
2
neofetch
2
neofetch
|
@ -3888,7 +3888,7 @@ info() {
|
||||||
unset -v prin
|
unset -v prin
|
||||||
|
|
||||||
# Call the function.
|
# Call the function.
|
||||||
get_${2:-$1}"
|
"get_${2:-$1}"
|
||||||
|
|
||||||
# If the get_func function called 'prin' directly, stop here.
|
# If the get_func function called 'prin' directly, stop here.
|
||||||
[[ "$prin" ]] && return
|
[[ "$prin" ]] && return
|
||||||
|
|
Reference in New Issue