summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pc-sysinstall
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2011-05-27 16:17:35 +0000
committerkevlo <kevlo@FreeBSD.org>2011-05-27 16:17:35 +0000
commitbf340de008d2c90607a189b294e3c9ddc162082d (patch)
tree11e0ce8afc9ed010c6c5d8810a2065ec1ec873f9 /usr.sbin/pc-sysinstall
parentc4d8d18073b5e2ce313f301172ce6c3b0c72d858 (diff)
downloadFreeBSD-src-bf340de008d2c90607a189b294e3c9ddc162082d.zip
FreeBSD-src-bf340de008d2c90607a189b294e3c9ddc162082d.tar.gz
Whitespace fixes
Reviewed by: jpaetzel
Diffstat (limited to 'usr.sbin/pc-sysinstall')
-rwxr-xr-xusr.sbin/pc-sysinstall/backend/functions-cleanup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh b/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh
index 97386f8..d69135a 100755
--- a/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh
+++ b/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh
@@ -219,9 +219,9 @@ setup_fstab()
# Echo out the fstab entry now
if [ "${PARTFS}" = "SWAP" ]
then
- echo "/dev/${DEVICE} none swap ${MNTOPTS} 0 0" >> ${FSTAB}
+ echo "/dev/${DEVICE} none swap ${MNTOPTS} 0 0" >> ${FSTAB}
else
- echo "/dev/${DEVICE} ${PARTMNT} ufs ${MNTOPTS} 1 1" >> ${FSTAB}
+ echo "/dev/${DEVICE} ${PARTMNT} ufs ${MNTOPTS} 1 1" >> ${FSTAB}
fi
fi # End of ZFS Check
OpenPOWER on IntegriCloud