diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-06 19:19:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-06 19:19:48 +0000 |
commit | 3ebe82fac1ac3ce2830c0d06dc4c287665068e09 (patch) | |
tree | 9d36e11b30c452035373f3ea2c4492291eab3963 /Master/tlpkg/bin/svnchangelog | |
parent | 971b6e6f8cd02ecf01cb4af6a0c5c783754dc2da (diff) |
move svnchangelog.sed to libexec, now that we have it
git-svn-id: svn://tug.org/texlive/trunk@12324 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 d7660b7e120..66d4e3584b3 100755 --- a/Master/tlpkg/bin/svnchangelog +++ b/Master/tlpkg/bin/svnchangelog @@ -68,7 +68,7 @@ if ! $chicken && $rotate; then fi # prepend new changes to current log, and put log messages first. -$mydir/svnchangelog.sed $newlogs >$outfile.new +$mydir/../libexec/svnchangelog.sed $newlogs >$outfile.new cat $outfile >>$outfile.new if $debug; then # really debug |