misc: Fix missing quote.
This commit is contained in:
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
Block a user