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:
@@ -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 _
|
||||||
|
|||||||
Reference in New Issue
Block a user