summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/typeoutfileinfo
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-09-18 23:38:51 +0000
committerKarl Berry <karl@freefriends.org>2012-09-18 23:38:51 +0000
commit8d01658d3197fc271d7e96e792fec3845e2abb58 (patch)
tree99e0b7fef8c7acb299ae59bba75e17f3e6bc625b /Master/texmf-dist/scripts/typeoutfileinfo
parent3973783e1c30a6a7aa1950cd927e5a110e830302 (diff)
typeoutfileinfo (18sep12)
git-svn-id: svn://tug.org/texlive/trunk@27719 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/typeoutfileinfo')
-rwxr-xr-xMaster/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh b/Master/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh
index 70a6653cb2a..c4544edad5a 100755
--- a/Master/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh
+++ b/Master/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh
@@ -14,7 +14,8 @@
(
cat << EOM
\\RequirePackage{readprov} \\ReadFileInfos{$1}
-\\typeout{^^J^^J *$1 info*: \\space \\csname ver@$1\\endcsname^^J^^J}\\stop
+\\typeout{^^J^^J *$1 info*: \\space \\csname ver@$1\\endcsname^^J^^J}%
+\\batchmode\\stop ## \batchmode added 2012/09/16
EOM
) | latex
##
@@ -30,7 +31,7 @@ EOM
##
## There is NO WARRANTY.
##
-## This is package version v0.1a as of 2012-03-16.
+## This is package version v0.2 as of 2012-09-16.
##
## CREDIT: this work derived from Harald Harders' `latexfileversion'
## as a simplification using my `readprov'. I learnt "here document"
@@ -45,3 +46,7 @@ EOM
## I wonder whether I have installed the symbolic link or whether
## I just forgot to define this, or whether I lost the most recent
## version ...
+##
+## HISTORY:
+## v0.1a 2012/03/16
+## v0.2 2012/09/16 adds \batchmode thanks to Heiko Oberdiek on texhax