fix vieet bashism

vieet declares /bin/sh, but read without a variable doesn't work on posix sh.
This commit is contained in:
Ross Vandegrift 2023-12-24 17:19:14 -08:00 committed by Gitea
parent 35e486dbb5
commit 12124b770b
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ do
if [ $? -ne 0 ]; then
echo "Failed compiling eet file."
echo "Press 'Return' to reopen the editor, or ^C to abort."
read
read _dummy
else
DONE=1
fi