summaryrefslogtreecommitdiffstats
path: root/release/release.sh
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2013-11-11 03:30:14 +0000
committergjb <gjb@FreeBSD.org>2013-11-11 03:30:14 +0000
commit190bdc75e8425fdda1a4cfd69110c4c6df9c9f7a (patch)
tree026064956673e08883d1a7afe3e3308f2b5ed777 /release/release.sh
parent95e5132b641656200404c714e5209755e73b73f3 (diff)
downloadFreeBSD-src-190bdc75e8425fdda1a4cfd69110c4c6df9c9f7a.zip
FreeBSD-src-190bdc75e8425fdda1a4cfd69110c4c6df9c9f7a.tar.gz
Fix a few style nits.
MFC after: 3 days X-MFC-After: 10.0-RELEASE Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/release.sh')
-rwxr-xr-xrelease/release.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/release.sh b/release/release.sh
index a7bfc8e..ad91308 100755
--- a/release/release.sh
+++ b/release/release.sh
@@ -108,10 +108,10 @@ fi
# instead of their values.
DOCPORTS=
if [ "x${NOPORTS}" != "x" ]; then
- DOCPORTS="NOPORTS=yes "
+ DOCPORTS="NOPORTS=yes "
fi
if [ "x${NODOC}" != "x" ]; then
- DOCPORTS="${DOCPORTS}NODOC=yes"
+ DOCPORTS="${DOCPORTS}NODOC=yes"
fi
# The aggregated build-time flags based upon variables defined within
@@ -134,7 +134,7 @@ RELEASE_RMAKEFLAGS="${ARCH_FLAGS} KERNCONF=\"${KERNEL}\" ${CONF_FILES} \
# Force src checkout if configured
FORCE_SRC_KEY=
if [ "x${SRC_FORCE_CHECKOUT}" != "x" ]; then
- FORCE_SRC_KEY="--force"
+ FORCE_SRC_KEY="--force"
fi
if [ ! ${CHROOTDIR} ]; then
OpenPOWER on IntegriCloud