summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-11-02 22:05:04 +0000
committerdteske <dteske@FreeBSD.org>2015-11-02 22:05:04 +0000
commit50d3f9bbb4e50ac306ca5d22df26694c8857f0e3 (patch)
tree120ccbde885976dca3389f1125e6f47cd8f0830a /usr.sbin
parent8701ebe105d445d74c03e3c86443f1b89f594410 (diff)
downloadFreeBSD-src-50d3f9bbb4e50ac306ca5d22df26694c8857f0e3.zip
FreeBSD-src-50d3f9bbb4e50ac306ca5d22df26694c8857f0e3.tar.gz
MFC r287694: Use a variable for readability
Diffstat (limited to 'usr.sbin')
-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