summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-07-20 21:22:22 +0000
committerKarl Berry <karl@freefriends.org>2017-07-20 21:22:22 +0000
commitca889935093d532df73d5cbaa15872761ab87f2a (patch)
treeb47ed7dfc279f58ac12feb5ced3c8a1704f9c85a /Master/texmf-dist
parentf35aae8ed42589c4a90991596d42d6badd309599 (diff)
jfmutil (20jul17)
git-svn-id: svn://tug.org/texlive/trunk@44853 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/fonts/jfmutil/README-ja.md3
-rw-r--r--Master/texmf-dist/doc/fonts/jfmutil/README.md3
-rwxr-xr-xMaster/texmf-dist/scripts/jfmutil/jfmutil.pl5
3 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/fonts/jfmutil/README-ja.md b/Master/texmf-dist/doc/fonts/jfmutil/README-ja.md
index 0d05f3568ea..f95e740d60d 100644
--- a/Master/texmf-dist/doc/fonts/jfmutil/README-ja.md
+++ b/Master/texmf-dist/doc/fonts/jfmutil/README-ja.md
@@ -392,6 +392,9 @@ MIT ライセンス
更新履歴
--------
+ * Version 1.0.1 〈2017/07/21〉
+ - shebang 行を追加。
+
* Version 1.0.0 〈2017/07/17〉
- (jfmutil として)最初の公開版。
- ZRTeXtor は v1.4.0 相当。
diff --git a/Master/texmf-dist/doc/fonts/jfmutil/README.md b/Master/texmf-dist/doc/fonts/jfmutil/README.md
index a4594fe7c2c..8b2c26db592 100644
--- a/Master/texmf-dist/doc/fonts/jfmutil/README.md
+++ b/Master/texmf-dist/doc/fonts/jfmutil/README.md
@@ -51,6 +51,9 @@ Please refer to README-ja.md (in Japanese) for detail.
Revision History
----------------
+ * Version 1.0.1 〈2017/07/21〉
+ - Add shebang line.
+
* Version 1.0.0 〈2017/07/17〉
- The first public version (as jfmutil).
- ZRTeXtor is of v1.4.0.
diff --git a/Master/texmf-dist/scripts/jfmutil/jfmutil.pl b/Master/texmf-dist/scripts/jfmutil/jfmutil.pl
index f7fd5c49247..7699dbcf120 100755
--- a/Master/texmf-dist/scripts/jfmutil/jfmutil.pl
+++ b/Master/texmf-dist/scripts/jfmutil/jfmutil.pl
@@ -1,3 +1,4 @@
+#!/usr/bin/env perl
#
# This is file 'jfmutil.pl'.
#
@@ -2769,8 +2770,8 @@ package main;
#================================================= BEGIN
use Encode qw(encode decode);
my $prog_name = 'jfmutil';
-my $version = '1.0.0';
-my $mod_date = '2017/07/17';
+my $version = '1.0.1';
+my $mod_date = '2017/07/21';
#use Data::Dump 'dump';
#
my ($sw_hex, $sw_uptool, $sw_noencout, $inenc, $exenc);