diff --git a/fetch b/fetch index 6fb26412..f77b19e9 100755 --- a/fetch +++ b/fetch @@ -1992,7 +1992,9 @@ fi printf "%b%s" "\033[?25h" # If enabled take a screenshot -[ "$scrot" == "on" ] && takescrot +if [ "$scrot" == "on" ]; then + takescrot +fi # }}}