diff options
author | Hans Hagen <pragma@wxs.nl> | 2005-01-31 00:00:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2005-01-31 00:00:00 +0100 |
commit | e0c3e914e0b0c8c712b0f6db6ad6253961385c63 (patch) | |
tree | 3f27c0117d6dc215b7256092d63b2021df8c6da6 /scripts | |
parent | 26a80a0ee4c29e1353b88e1b7a056fbac0b7b599 (diff) | |
download | context-e0c3e914e0b0c8c712b0f6db6ad6253961385c63.tar.gz |
stable 2005.01.31
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/perl/texshow.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/perl/texshow.pl b/scripts/context/perl/texshow.pl index ec6f3fc07..79222c9f0 100644 --- a/scripts/context/perl/texshow.pl +++ b/scripts/context/perl/texshow.pl @@ -273,7 +273,7 @@ sub change_part { sub setups_found { # find the setup files my ($primary) = @_; - $setup_path = `kpsewhich --format="other text files" --progname=context cont-en.xml` ; + $setup_path = `kpsewhich --progname=context cont-en.xml` ; chomp $setup_path; show ('debug', "path = '$setup_path'"); if ($setup_path) { |