diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-11 23:53:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-11 23:53:17 +0000 |
commit | 65b2ceb8d21f56f00fe76cab3870fffe28ceef55 (patch) | |
tree | c3b019a290ec65e343553b44df5d494c23f62fcc /Master/tlpkg/bin/svnchangelog | |
parent | 6d4f314202913f300037670418ac02c1bc1513f7 (diff) |
forgot to change .sed to libexec
git-svn-id: svn://tug.org/texlive/trunk@12368 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/svnchangelog')
-rwxr-xr-x | Master/tlpkg/bin/svnchangelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/svnchangelog b/Master/tlpkg/bin/svnchangelog index 66d4e3584b3..a46829110de 100755 --- a/Master/tlpkg/bin/svnchangelog +++ b/Master/tlpkg/bin/svnchangelog @@ -87,7 +87,7 @@ if ! $chicken; then svn commit -m"regenerated by $0" $outdir fi -$mydir/svnchangelog.sed $newlogs # show it to me +$mydir/../libexec/svnchangelog.sed $newlogs # show it to me $debug || rm -f $newlogs $outfile.new # keep them in case of problems exit 0 |