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
parent 248d62bf5e
commit 4aa3b45ba1
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