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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to