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 Christopher Michael
parent 94f3e588fc
commit 1ca1b59cdf
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