Redundant quoting

This commit is contained in:
Jack L. Frost 2015-02-10 16:58:36 +03:00
parent 85cf56afc5
commit f940ec6905
1 changed files with 1 additions and 1 deletions

2
sup
View File

@ -146,7 +146,7 @@ main() {
sup.env
if (( flag_scrot )); then
file="$(sup.scrot)" || { return 1; }
file=$(sup.scrot) || { return 1; }
else
(( $# )) || {
sup.usage