summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-11-07 10:09:01 +0000
committerdteske <dteske@FreeBSD.org>2013-11-07 10:09:01 +0000
commita6fcf67992a04474240741dc1eff54f97e65d319 (patch)
tree54ab343b1cafe57159e855e4cca26fc0e9d315d7
parent4d145bcb8ea14fdf24d8d30fd39c0491f27e1f3c (diff)
downloadFreeBSD-src-a6fcf67992a04474240741dc1eff54f97e65d319.zip
FreeBSD-src-a6fcf67992a04474240741dc1eff54f97e65d319.tar.gz
Whitespace.
-rwxr-xr-xusr.sbin/bsdconfig/bsdconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/bsdconfig b/usr.sbin/bsdconfig/bsdconfig
index 2c0d513..c158bfa 100755
--- a/usr.sbin/bsdconfig/bsdconfig
+++ b/usr.sbin/bsdconfig/bsdconfig
@@ -342,7 +342,7 @@ while getopts f:h$GETOPTS_STDARGS flag; do
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
OpenPOWER on IntegriCloud