From c607101099d092d7f3f2722b8d620b00744ceac3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 6 Nov 2016 20:16:50 +1100 Subject: [PATCH] Misc: Fix scrot --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 3eef6684..b5bc5580 100755 --- a/neofetch +++ b/neofetch @@ -2306,7 +2306,7 @@ getimagebackend() { # Screenshot {{{ takescrot() { - "$scrot_cmd" "${scrot_dir}${scrot_name}" + $scrot_cmd "${scrot_dir}${scrot_name}" [ "$scrot_upload" == "on" ] && scrot_upload }