summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-11-02 22:07:25 +0000
committerdteske <dteske@FreeBSD.org>2015-11-02 22:07:25 +0000
commit14185b9813f7919983e1b6ffc2bc87aa078086f0 (patch)
tree81cda2bec5370cec8f6f63524bada79ef6450fd1 /usr.sbin
parentf8f428460f83b13e61a8c2cc58e07407179cf3ff (diff)
downloadFreeBSD-src-14185b9813f7919983e1b6ffc2bc87aa078086f0.zip
FreeBSD-src-14185b9813f7919983e1b6ffc2bc87aa078086f0.tar.gz
MFC r287689: Explicitly exit with success
Diffstat (limited to 'usr.sbin')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/keymap3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/keymap b/usr.sbin/bsdinstall/scripts/keymap
index c36651f..7b42571 100755
--- a/usr.sbin/bsdinstall/scripts/keymap
+++ b/usr.sbin/bsdinstall/scripts/keymap
@@ -1,7 +1,7 @@
#!/bin/sh
#-
# Copyright (c) 2011 Nathan Whitehorn
-# Copyright (c) 2013 Devin Teske
+# Copyright (c) 2013-2015 Devin Teske
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -231,6 +231,7 @@ while :; do
done
f_quietly f_keymap_kbdcontrol "$keymap"
+exit $SUCCESS
################################################################################
# END
OpenPOWER on IntegriCloud