diff options
author | asami <asami@FreeBSD.org> | 2000-08-29 16:23:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-08-29 16:23:42 +0800 |
commit | f15302d84c5a8edd4e97b96da8efcf1daacc5fb7 (patch) | |
tree | 1a1ce1110e0178e458403f2c4dea38ed263fe9ce /Tools/portbuild | |
parent | 3d33dca66d865f7950e2720629b84cd7f150a596 (diff) | |
download | freebsd-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-x | Tools/portbuild/scripts/comparelogs | 2 |
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 |