svn commit: r290288 - stable/10/usr.sbin/bsdinstall/scripts

Devin Teske dteske at FreeBSD.org
Mon Nov 2 22:05:05 UTC 2015


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


More information about the svn-src-all mailing list