summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranntnzrb <51257127+anntnzrb@users.noreply.github.com>2020-11-23 16:15:16 -0500
committerGitHub <noreply@github.com>2020-11-23 16:15:16 -0500
commit1d9fda8826d201951f0b81345ddcacfc95f7addb (patch)
treea78c31bfa4857d3bc79f2f3844310cbfaf5246be
parent941b14bfe73d680cb7fb79f357bd2d73f64d7acf (diff)
downloadeibhear-1d9fda8826d201951f0b81345ddcacfc95f7addb.tar.gz
eibhear-1d9fda8826d201951f0b81345ddcacfc95f7addb.tar.zst
eibhear-1d9fda8826d201951f0b81345ddcacfc95f7addb.zip
read command fix (#848)
since the variable is not being used again, "_" wil suffice, "line" as the name would also be valid.
-rwxr-xr-x.local/bin/statusbar/popupgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/popupgrade b/.local/bin/statusbar/popupgrade
index 3a62727..29d6230 100755
--- a/.local/bin/statusbar/popupgrade
+++ b/.local/bin/statusbar/popupgrade
@@ -6,4 +6,4 @@ yay -Syu
pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}"
printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
-read -r
+read -r _