misc: Fix missing quote.

This commit is contained in:
Dylan Araps 2018-05-29 09:26:59 +10:00
parent 9175a47a3c
commit 3889bf8dd4

View file

@ -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