svn commit: r257780 - head/usr.sbin/bsdconfig

Devin Teske dteske at FreeBSD.org
Thu Nov 7 10:09:01 UTC 2013


Author: dteske
Date: Thu Nov  7 10:09:01 2013
New Revision: 257780
URL: http://svnweb.freebsd.org/changeset/base/257780

Log:
  Whitespace.

Modified:
  head/usr.sbin/bsdconfig/bsdconfig

Modified: head/usr.sbin/bsdconfig/bsdconfig
==============================================================================
--- head/usr.sbin/bsdconfig/bsdconfig	Thu Nov  7 07:22:51 2013	(r257779)
+++ head/usr.sbin/bsdconfig/bsdconfig	Thu Nov  7 10:09:01 2013	(r257780)
@@ -342,7 +342,7 @@ while getopts f:h$GETOPTS_STDARGS flag; 
 	h|\?) usage ;;
 	esac
 done
-shift $(( $OPTIND -1 ))
+shift $(( $OPTIND - 1 ))
 
 # If we've loaded any scripts, do not continue any further
 [ $scripts_loaded -gt 0 ] && exit


More information about the svn-src-head mailing list