Files
pkgsrc-ng/print/tex-tetex/patches/patch-bin_kpsewhere
2013-09-26 17:14:40 +02:00

17 lines
447 B
Plaintext

$NetBSD: patch-bin_kpsewhere,v 1.1 2012/10/13 22:38:20 minskim Exp $
--- bin/kpsewhere.orig 2012-10-09 17:39:16.000000000 +0000
+++ bin/kpsewhere
@@ -55,9 +55,9 @@ esac
IFS=':'
for file
do
- for path in `kpsewhich --expand-path='$TEXMF'`
+ for path in `@KPSEWHICH@ --expand-path='$TEXMF'`
do
- eval TEXMF=\$path kpsewhich $options \"\$file\"
+ eval TEXMF=\$path @KPSEWHICH@ $options \"\$file\"
done
done
exit 0