Commit 3889bf8d authored by Dylan Araps's avatar Dylan Araps

misc: Fix missing quote.

parent 9175a47a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment