diff options
| author | Devin Teske <dteske@FreeBSD.org> | 2015-09-11 21:01:26 +0000 |
|---|---|---|
| committer | Devin Teske <dteske@FreeBSD.org> | 2015-09-11 21:01:26 +0000 |
| commit | 1a8cf17d019131739f0dada85128e7a92201f570 (patch) | |
| tree | 4d9a467254f95f0f5e47e69370941d3c1334d8a1 /usr.sbin/bsdinstall/scripts | |
| parent | 0705286bfb0dcb05101313dee407c1a8f5cd1c1e (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bsdinstall/scripts')
| -rwxr-xr-x | usr.sbin/bsdinstall/scripts/keymap | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/keymap b/usr.sbin/bsdinstall/scripts/keymap index c36651fc872e1..7b425717714c1 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 |
