aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/portbuild
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-08-29 16:23:42 +0800
committerasami <asami@FreeBSD.org>2000-08-29 16:23:42 +0800
commitf15302d84c5a8edd4e97b96da8efcf1daacc5fb7 (patch)
tree1a1ce1110e0178e458403f2c4dea38ed263fe9ce /Tools/portbuild
parent3d33dca66d865f7950e2720629b84cd7f150a596 (diff)
downloadfreebsd-ports-gnome-f15302d84c5a8edd4e97b96da8efcf1daacc5fb7.tar.gz
freebsd-ports-gnome-f15302d84c5a8edd4e97b96da8efcf1daacc5fb7.tar.zst
freebsd-ports-gnome-f15302d84c5a8edd4e97b96da8efcf1daacc5fb7.zip
The errors and logs are now in the archive directory named
[ae].${branch}.${date}, and "logs" and "errors" are just symlinks to them.
Diffstat (limited to 'Tools/portbuild')
-rwxr-xr-xTools/portbuild/scripts/comparelogs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/comparelogs b/Tools/portbuild/scripts/comparelogs
index ef40810cd78e..ba456e41a24a 100755
--- a/Tools/portbuild/scripts/comparelogs
+++ b/Tools/portbuild/scripts/comparelogs
@@ -12,7 +12,7 @@ dir1=$1
dir2=$2
fdir1=$here/$dir1
fdir2=$here/$dir2
-ldir2=$(cd $fdir2; pwd | sed -e 's/errors/alllogs/')
+ldir2=$(cd $fdir2; pwd | sed -e 's/e\./a./')
of=$here/$dir1-$dir2.html