summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-14 14:31:37 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-14 14:31:37 +0000
commit6f0a0723e2f1a5fdbb91158be02f8794f704d278 (patch)
tree529b44a507f57cf948af419c55407f45f79da185 /Master
parent749a22b836c0617ba920e782dd6983ef140b729e (diff)
fixed typo
git-svn-id: svn://tug.org/texlive/trunk@8138 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 21ea16ff9b9..db68b5c0da0 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -1517,7 +1517,7 @@ sub dodvi
# and aren't worth it.
return if $DEST_TREE eq "texmf-doc";
$dvipatt = $specialdvi{$package} || $standarddvi;
- unless ( $thispatt == 'NULL' ) {
+ unless ( "$dvipatt" eq "$standarddvi" ) {
warn "$0: Building doc: shouldn't need do to that. Please check.";
&rundvi ($dvipatt);
}