1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Remove a doubled slash.

This commit is contained in:
Mark Linimon 2009-11-09 08:52:36 +00:00
parent 9203344875
commit c01dff508b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244015

View File

@ -51,12 +51,12 @@ do_create() {
portsfs=${newfs}/ports
portsnap=${portsfs}@${buildid}
zfs create -o mountpoint=${builddir}/ports ${portsfs} || exit 1
zfs create -o mountpoint=${builddir}ports ${portsfs} || exit 1
zfs snapshot ${portsnap}
srcfs=${newfs}/src
srcsnap=${srcfs}@${buildid}
zfs create -o mountpoint=${builddir}/src ${srcfs} || exit 1
zfs create -o mountpoint=${builddir}src ${srcfs} || exit 1
zfs snapshot ${srcsnap}
echo "New build ID is ${buildid}"