summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/mouse
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-06-22 02:51:22 +0000
committerdteske <dteske@FreeBSD.org>2013-06-22 02:51:22 +0000
commit70fc88c5675e9f661cd02a719d38adbcbbb7ec7a (patch)
tree1322c118f9bdce00a1b8b5b640ba1895e76607f7 /usr.sbin/bsdconfig/mouse
parent1c4c4f02aeb5b25c1d2fcc27e4e6285a796cd5de (diff)
downloadFreeBSD-src-70fc88c5675e9f661cd02a719d38adbcbbb7ec7a.zip
FreeBSD-src-70fc88c5675e9f661cd02a719d38adbcbbb7ec7a.tar.gz
Fix a regression introduced by r251967, resulting in:
/usr/libexec/bsdconfig/110.mouse/mouse: 134: Syntax error: ";;" unexpected (expecting "fi")
Diffstat (limited to 'usr.sbin/bsdconfig/mouse')
-rwxr-xr-xusr.sbin/bsdconfig/mouse/mouse2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/mouse/mouse b/usr.sbin/bsdconfig/mouse/mouse
index 9c061a3..33d1a6c 100755
--- a/usr.sbin/bsdconfig/mouse/mouse
+++ b/usr.sbin/bsdconfig/mouse/mouse
@@ -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
OpenPOWER on IntegriCloud