From 3889bf8dd4228c8a2e4d111c783f10483be087f7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 29 May 2018 09:26:59 +1000 Subject: [PATCH] misc: Fix missing quote. --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index ce368edb..5325d01c 100755 --- a/neofetch +++ b/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