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

Remove a trailing slash on a directory name, that merely gets doubled

later in the code.
This commit is contained in:
Mark Linimon 2009-11-10 07:54:50 +00:00
parent d81e770f83
commit debe14542f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244056

View File

@ -496,7 +496,7 @@ case "$cmd" in
fi
# note: the directory must not exist yet
builddir=$(realpath ${pbab}/builds)/${buildid}/
builddir=$(realpath ${pbab}/builds)/${buildid}
if [ -d ${builddir} ]; then
echo "Can't create ${builddir}, it already exists"
exit 1