From 7e9aa46d08819fb3bb7eeeb9d4fdb20bd7ad0154 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 10 Jun 2008 09:44:15 +0000 Subject: fix wrong cd command in svnchangelog git-svn-id: svn://tug.org/texlive/trunk@8639 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/svnchangelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3