diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-29 08:23:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-29 08:23:42 +0000 |
commit | 5fc1b924f9840e24a483a85e56b014849a19a8d5 (patch) | |
tree | 0468a0b4cd18ad1ce42e596b73bd5e08726b8c66 /Tools | |
parent | Change find command line to find potential security hazards (ports (diff) |
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')
-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 |