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