summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/typeoutfileinfo
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-09-19 23:49:13 +0000
committerKarl Berry <karl@freefriends.org>2012-09-19 23:49:13 +0000
commitf24a492acab5781639ba71fac0d24ef626107d67 (patch)
tree14f8f5bea4d714bdb42a10d51fd4ea070319bebc /Master/texmf-dist/scripts/typeoutfileinfo
parent77260b26bd76334d4c5d4650c6025d0c95780df2 (diff)
typeoutfileinfo (19sep12)
git-svn-id: svn://tug.org/texlive/trunk@27742 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/typeoutfileinfo')
-rwxr-xr-xMaster/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh b/Master/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh
index c4544edad5a..18d618a1849 100755
--- a/Master/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh
+++ b/Master/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh
@@ -1,4 +1,4 @@
-%!/usr/bin/env bash
+#!/bin/sh
##
## This is `typeoutfileinfo.sh', a minimalist shell script for Unices.
##
@@ -31,11 +31,11 @@ EOM
##
## There is NO WARRANTY.
##
-## This is package version v0.2 as of 2012-09-16.
+## This is package version v0.21 as of 2012-09-19.
##
## CREDIT: this work derived from Harald Harders' `latexfileversion'
## as a simplification using my `readprov'. I learnt "here document"
-## from `latexfileversion' -- UL.
+## from `latexfileversion's -- UL.
##
## PURPOSE/BACKGROUND: A package like this, `latexfileversion' or
## `ltxfileinfo' when you wonder which version of a source file
@@ -50,3 +50,4 @@ EOM
## HISTORY:
## v0.1a 2012/03/16
## v0.2 2012/09/16 adds \batchmode thanks to Heiko Oberdiek on texhax
+## v0.21 2012/09/19 shebang line corrected/improved by Reinhard Kotucha