misc: Fix missing quote.

master
Dylan Araps 8 years ago
parent 9175a47a3c
commit 3889bf8dd4
  1. 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…
Cancel
Save