summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-09-11 21:14:48 +0000
committerdteske <dteske@FreeBSD.org>2015-09-11 21:14:48 +0000
commitd84010cd10d58f0f4b1cbe2af6b703907e1ade60 (patch)
tree35ca77b6be20e6b8e51c94093008195e08ffa274 /usr.sbin/bsdinstall
parent336ab64092b4b060a27b249befcd73fe1712affe (diff)
downloadFreeBSD-src-d84010cd10d58f0f4b1cbe2af6b703907e1ade60.zip
FreeBSD-src-d84010cd10d58f0f4b1cbe2af6b703907e1ade60.tar.gz
Use a variable for readability
MFC after: 3 days X-MFC-to: stable/10
Diffstat (limited to 'usr.sbin/bsdinstall')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/wlanconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsdinstall/scripts/wlanconfig b/usr.sbin/bsdinstall/scripts/wlanconfig
index cefc2cb..4eba2b0 100755
--- a/usr.sbin/bsdinstall/scripts/wlanconfig
+++ b/usr.sbin/bsdinstall/scripts/wlanconfig
@@ -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
OpenPOWER on IntegriCloud