Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Nov 2015 22:05:04 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r290288 - stable/10/usr.sbin/bsdinstall/scripts
Message-ID:  <201511022205.tA2M54q8076599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Mon Nov  2 22:05:04 2015
New Revision: 290288
URL: https://svnweb.freebsd.org/changeset/base/290288

Log:
  MFC r287694: Use a variable for readability

Modified:
  stable/10/usr.sbin/bsdinstall/scripts/wlanconfig
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/bsdinstall/scripts/wlanconfig
==============================================================================
--- stable/10/usr.sbin/bsdinstall/scripts/wlanconfig	Mon Nov  2 22:04:22 2015	(r290287)
+++ stable/10/usr.sbin/bsdinstall/scripts/wlanconfig	Mon Nov  2 22:05:04 2015	(r290288)
@@ -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



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