read command fix

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 15:51:22 -05:00
parent 941b14bfe7
commit 9523e4f0e6

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 _