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:
parent
941b14bfe7
commit
1d9fda8826
1 changed files with 1 additions and 1 deletions
|
@ -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 _
|
||||
|
|
Loading…
Reference in a new issue