read command fix (#848)

since the variable is not being used again, "_" wil suffice, "line" as the name
would also be valid.
This commit is contained in:
anntnzrb 2020-11-23 16:15:16 -05:00 committed by GitHub
parent 941b14bfe7
commit 1d9fda8826
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,4 +6,4 @@ yay -Syu
pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}" pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}"
printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n" printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
read -r read -r _