From 14185b9813f7919983e1b6ffc2bc87aa078086f0 Mon Sep 17 00:00:00 2001 From: dteske Date: Mon, 2 Nov 2015 22:07:25 +0000 Subject: MFC r287689: Explicitly exit with success --- usr.sbin/bsdinstall/scripts/keymap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin') 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 -- cgit v1.1