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 }