summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-01-12 22:12:12 +0000
committermsmith <msmith@FreeBSD.org>1999-01-12 22:12:12 +0000
commit27dd626f9b410888e67af3af11ef796f07ca50d3 (patch)
treee29a0db89c81edd5fdc804c1c1ea31bf0721800e /release
parentdb2579cb8b4ed0609373eecdd370cdb2dbd78fbf (diff)
downloadFreeBSD-src-27dd626f9b410888e67af3af11ef796f07ca50d3.zip
FreeBSD-src-27dd626f9b410888e67af3af11ef796f07ca50d3.tar.gz
Replace /mnt with ${MNT}
PR: misc/7965 Submitted by: Junji SAKAI sakai@jp.freebsd.org
Diffstat (limited to 'release')
-rw-r--r--release/scripts/doFS.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/doFS.sh b/release/scripts/doFS.sh
index 36fa717..0a63dee 100644
--- a/release/scripts/doFS.sh
+++ b/release/scripts/doFS.sh
@@ -53,9 +53,9 @@ do
cp -p ${FSPROTO} ${MNT}
fi
- df -ki /mnt
+ df -ki ${MNT}
- set `df -ki /mnt | tail -1`
+ set `df -ki ${MNT} | tail -1`
umount ${MNT}
vnconfig -u /dev/r${VNDEVICE} 2>/dev/null || true
OpenPOWER on IntegriCloud