Fix a regression introduced by r251967, resulting in:

/usr/libexec/bsdconfig/080.console/console: 136:
Syntax error: ";;" unexpected (expecting "fi")
This commit is contained in:
Devin Teske 2013-06-22 02:47:54 +00:00
parent 03104918fe
commit a0d3f1e5bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252081

View File

@ -133,7 +133,7 @@ while :; do
esac
if [ "$command" ]; then
$BSDCFG_LIBE/$APP_DIR/$command ${USE_XDIALOG:+-X} ;;
$BSDCFG_LIBE/$APP_DIR/$command ${USE_XDIALOG:+-X}
else
f_die 1 "$msg_unknown_console_menu_selection"
fi