Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 21:01:26 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287689 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201509112101.t8BL1Q5F044812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Fri Sep 11 21:01:26 2015
New Revision: 287689
URL: https://svnweb.freebsd.org/changeset/base/287689

Log:
  Explicitly exit with success
  
  MFC after:	3 days
  X-MFC-to:	stable/10

Modified:
  head/usr.sbin/bsdinstall/scripts/keymap

Modified: head/usr.sbin/bsdinstall/scripts/keymap
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/keymap	Fri Sep 11 20:59:13 2015	(r287688)
+++ head/usr.sbin/bsdinstall/scripts/keymap	Fri Sep 11 21:01:26 2015	(r287689)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509112101.t8BL1Q5F044812>