From f820ccf4dd69d4cf784fca4fc0e1ae273993077e Mon Sep 17 00:00:00 2001 From: JameyBear Date: Mon, 1 Jun 2020 15:29:57 -0400 Subject: Shellcheck (#676) Co-authored-by: WhispersOfJ --- .local/bin/statusbar/crypto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/statusbar/crypto') diff --git a/.local/bin/statusbar/crypto b/.local/bin/statusbar/crypto index bb19fc9..ef025d4 100755 --- a/.local/bin/statusbar/crypto +++ b/.local/bin/statusbar/crypto @@ -28,7 +28,7 @@ printprices() { # Print/format all prices for x in "$dir"/*; do [ -f "$x" ] || break info="$(cut -d';' -f-2 --output-delimiter=' ' "$x")" - printf "%s$%0.2f " $info + printf "%s$%0.2f " "$info" done | sed 's/ $/\n/' } -- cgit v1.3.1