diff options
author | Norbert Preining <preining@logic.at> | 2008-06-10 09:44:15 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-10 09:44:15 +0000 |
commit | 7e9aa46d08819fb3bb7eeeb9d4fdb20bd7ad0154 (patch) | |
tree | 511132392935ce06497c3bbd7a2092a4065794c1 /Master/tlpkg | |
parent | 0ee0e9231d8c399521c6c141817634dbc8d799e4 (diff) |
fix wrong cd command in svnchangelog
git-svn-id: svn://tug.org/texlive/trunk@8639 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/svnchangelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/svnchangelog b/Master/tlpkg/bin/svnchangelog index 930751fe629..bf759e03907 100755 --- a/Master/tlpkg/bin/svnchangelog +++ b/Master/tlpkg/bin/svnchangelog @@ -11,8 +11,9 @@ chicken=${OVERRIDE_CHICKEN-false} # to get started, ran svn log and put the first thousand changes in log. +# we are in Master/tlpkg/bin mydir=`dirname $0` # Build/tools -outdir=`cd $mydir/../logs && pwd` +outdir=`cd $mydir/../../../Build/logs && pwd` outfile=$outdir/svnlog test ! -f $outfile && exit 2 # error probably given by the cd |