summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/gnu-freefont/tools/utility/fontforge-interp.sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-06 23:27:09 +0000
committerKarl Berry <karl@freefriends.org>2012-05-06 23:27:09 +0000
commit8b30277ca27b1e7626d2611111006f4fa40b7ff8 (patch)
tree89d91907a7adeac20eaadff1dbce24e1c508b8b0 /Master/texmf-dist/doc/fonts/gnu-freefont/tools/utility/fontforge-interp.sh
parent6e142f4e4ff464728ac333fa9ab9e46ee6f97161 (diff)
gnu-freefont 20120503 (6may12)
git-svn-id: svn://tug.org/texlive/trunk@26232 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/gnu-freefont/tools/utility/fontforge-interp.sh')
-rwxr-xr-xMaster/texmf-dist/doc/fonts/gnu-freefont/tools/utility/fontforge-interp.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/gnu-freefont/tools/utility/fontforge-interp.sh b/Master/texmf-dist/doc/fonts/gnu-freefont/tools/utility/fontforge-interp.sh
new file mode 100755
index 00000000000..b19dd8eb4ca
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/gnu-freefont/tools/utility/fontforge-interp.sh
@@ -0,0 +1,9 @@
+# fontforge as a script interpreter.
+#
+# Exists because
+# * It is desirable to launch fontforge scripts as executables.
+# * The usual #! interpreter-calling mechanism needs an explicit path,
+# but custom-installed fontforge should be in a non-distro location.
+# * Linux /usr/bin/env won't allow arguments such as -script.
+
+/usr/bin/fontforge -script $@