diff options
author | Karl Berry <karl@freefriends.org> | 2019-04-03 22:33:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-04-03 22:33:45 +0000 |
commit | 072987993bdb3cf5495219b96ad4056509ccb7ab (patch) | |
tree | 7db7f28ff1713a570c4ef960d5e4c2dbabf0fdc1 /Master/texmf-dist/tex/latex/asymptote/latexmkrc | |
parent | 0714966cf940fe8c3abb344bdffd6744f88eec4d (diff) |
asymptote 2.49
git-svn-id: svn://tug.org/texlive/trunk@50744 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/asymptote/latexmkrc')
-rw-r--r-- | Master/texmf-dist/tex/latex/asymptote/latexmkrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/asymptote/latexmkrc b/Master/texmf-dist/tex/latex/asymptote/latexmkrc index 1cca8732e94..fbc52a98d2e 100644 --- a/Master/texmf-dist/tex/latex/asymptote/latexmkrc +++ b/Master/texmf-dist/tex/latex/asymptote/latexmkrc @@ -1,4 +1,4 @@ -sub asy {return system("asy '$_[0]'");} +sub asy {return system("asy \"$_[0]\"");} add_cus_dep("asy","eps",0,"asy"); add_cus_dep("asy","pdf",0,"asy"); add_cus_dep("asy","tex",0,"asy"); |