Comments.

This commit is contained in:
Devin Teske 2013-06-04 03:37:35 +00:00
parent b5bd0bacd6
commit b988241f05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251362

View File

@ -191,7 +191,7 @@ while :; do
f_dialog_menuitem_fetch consterm
err=$( ttys_set_type "$consterm" 2>&1 )
[ "$err" ] || break
[ "$err" ] || break # to success
f_dialog_msgbox "$err"
done