diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-22 00:26:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-22 00:26:27 +0000 |
commit | b0aae777fc2f4824e88bb67db945f4e1398c5b56 (patch) | |
tree | 0909448f891ad337b7415a4d427078b8bb315675 /Master/tlpkg/libexec/place | |
parent | a87b2ae3cf7f24521c3a0d4b654e0ac74aa4dee5 (diff) |
better quoting
git-svn-id: svn://tug.org/texlive/trunk@25468 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/place')
-rwxr-xr-x | Master/tlpkg/libexec/place | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/place b/Master/tlpkg/libexec/place index bea7f80b37c..4f8c3c2ae08 100755 --- a/Master/tlpkg/libexec/place +++ b/Master/tlpkg/libexec/place @@ -273,7 +273,7 @@ sub add_file { # being binary vs. text, or mixed eol conventions. Attempt to repair # -- just with pdf for now. This is not tested and needs work. # - if (!defined (eval qq(xsystem("svn add \"$newfile\""))) + if (!defined (eval qq(xsystem("svn add '$newfile'"))) && $newfile =~ /\.pdf\$/) { &xsystem ("svn proplist --verbose $newfile"); &xsystem ("svn propset svn:mime-type application/pdf $newfile"); |