summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-09-11 21:01:26 +0000
committerdteske <dteske@FreeBSD.org>2015-09-11 21:01:26 +0000
commitb7553a37e9c84c16697e4195d2d5b31e355cdbf5 (patch)
tree4d9a467254f95f0f5e47e69370941d3c1334d8a1 /usr.sbin/bsdinstall
parent41e091074aaa43a3b04d969ebc5c1373b1f6b3d7 (diff)
downloadFreeBSD-src-b7553a37e9c84c16697e4195d2d5b31e355cdbf5.zip
FreeBSD-src-b7553a37e9c84c16697e4195d2d5b31e355cdbf5.tar.gz
Explicitly exit with success
MFC after: 3 days X-MFC-to: stable/10
Diffstat (limited to 'usr.sbin/bsdinstall')
-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