From f940ec690596ae3ef08917b2bc313c80b65d9530 Mon Sep 17 00:00:00 2001 From: fbt Date: Tue, 10 Feb 2015 16:58:36 +0300 Subject: [PATCH] Redundant quoting --- sup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sup b/sup index 06e3d95..e428b87 100755 --- a/sup +++ b/sup @@ -146,7 +146,7 @@ main() { sup.env if (( flag_scrot )); then - file="$(sup.scrot)" || { return 1; } + file=$(sup.scrot) || { return 1; } else (( $# )) || { sup.usage