diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-11 18:01:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-11 18:01:26 +0000 |
commit | 8b0a750810420043eef79d41d36f022cc7d7f4f6 (patch) | |
tree | b478fe761a85c59a7b8e8e98d9af02293c7ca563 /Master | |
parent | 3e2ffdcdcb8cf4a15c8db8bafad489298e610004 (diff) |
texdef
git-svn-id: svn://tug.org/texlive/trunk@22049 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf-dist/scripts/texdef/texdef.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texdef/texdef.pl b/Master/texmf-dist/scripts/texdef/texdef.pl index 8ccc2ece4ae..219825d1abf 100755 --- a/Master/texmf-dist/scripts/texdef/texdef.pl +++ b/Master/texmf-dist/scripts/texdef/texdef.pl @@ -233,7 +233,7 @@ if ($FINDDEF && !$ISLATEX) { die "Error: The --find / -f option is only implemen my $cwd = getcwd(); $ENV{TEXINPUTS} = $cwd . ':' . ($ENV{TEXINPUTS} || ''); -my $TMPDIR = 'temp';#tempdir( 'texdef_XXXXXX', CLEANUP => 1, TMPDIR => 1 ); +my $TMPDIR = tempdir( 'texdef_XXXXXX', CLEANUP => 1, TMPDIR => 1 ); chdir $TMPDIR or die; my $TMPFILE = 'texdef.tex'; |