Author: dteske
Date: Sat Jun 22 02:47:54 2013
New Revision: 252081
URL: http://svnweb.freebsd.org/changeset/base/252081

Log:
  Fix a regression introduced by r251967, resulting in:
  
  /usr/libexec/bsdconfig/080.console/console: 136:
  Syntax error: ";;" unexpected (expecting "fi")

Modified:
  head/usr.sbin/bsdconfig/console/console

Modified: head/usr.sbin/bsdconfig/console/console
==============================================================================
--- head/usr.sbin/bsdconfig/console/console     Sat Jun 22 02:22:12 2013        
(r252080)
+++ head/usr.sbin/bsdconfig/console/console     Sat Jun 22 02:47:54 2013        
(r252081)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to