blob: 557059fe63301772c4f16584a080f047b533dc8d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- texk/tetex/fmtutil.orig 2013-02-27 06:21:21.000000000 +0900
+++ texk/tetex/fmtutil 2013-02-27 06:29:24.000000000 +0900
@@ -680,6 +680,9 @@
# remove any * for the sake of the kpsewhich lookup.
eval lastarg=\$$#
+ case $lastarg in
+ \#*) eval lastarg=\$$(($# - 1)) ;;
+ esac
inifile=`echo $lastarg | sed 's%^\*%%'`
# See if we can find $inifile for return code:
|