Use a variable for readability

MFC after:	3 days
X-MFC-to:	stable/10
This commit is contained in:
dteske 2015-09-11 21:14:48 +00:00
parent 336ab64092
commit d84010cd10

View File

@ -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
@ -168,7 +168,7 @@ if [ "$BSDINSTALL_CONFIGCURRENT" ]; then
f_dprintf "%s" "$output"
fi
exit 0
exit $SUCCESS
################################################################################
# END