mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Fix a regression introduced by r251967, resulting in:
/usr/libexec/bsdconfig/110.mouse/mouse: 134: Syntax error: ";;" unexpected (expecting "fi")
This commit is contained in:
parent
a0d3f1e5bc
commit
4ef0123eb7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252082
@ -131,7 +131,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_mouse_menu_selection"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user