summaryrefslogtreecommitdiff
path: root/scripts/context/perl/texshow.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/context/perl/texshow.pl')
-rw-r--r--scripts/context/perl/texshow.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/perl/texshow.pl b/scripts/context/perl/texshow.pl
index 533d7ed89..cc56a78a1 100644
--- a/scripts/context/perl/texshow.pl
+++ b/scripts/context/perl/texshow.pl
@@ -26,7 +26,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $
#D next few lines are more appropriate:
BEGIN {
- $cont_pm_path = `kpsewhich --format="scripts" --progname=context cont_mis.pm` ;
+ $cont_pm_path = `kpsewhich --format="texmfscripts" --progname=context cont_mis.pm` ;
chomp($cont_pm_path) ;
if ($cont_pm_path eq '') {
$cont_pm_path = `kpsewhich --format="other text files" --progname=context cont_mis.pm` ;