Fix a regression introduced by r251967, resulting in:

/usr/libexec/bsdconfig/140.startup/startup: 130:
Syntax error: ";;" unexpected (expecting "fi")
This commit is contained in:
Devin Teske 2013-06-18 23:14:45 +00:00
parent 229efb37dc
commit fcd71b75c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251974

View File

@ -127,7 +127,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_startup_menu_selection"
fi