summaryrefslogtreecommitdiffstats
path: root/git-sh-i18n--envsubst.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-05-31 19:53:33 +0000
committerJunio C Hamano <junio@kernel.org>2011-05-31 19:53:33 +0000
commitef5a2f9e08ac9deed3c3270103ed08c65b5177ab (patch)
tree20237e00af046145b63e1ab7fe5c15a374d7dedb /git-sh-i18n--envsubst.html
parent084228c6c49d30cf3c49994c8de0b192b364ac0d (diff)
downloadgit-htmldocs-ef5a2f9e08ac9deed3c3270103ed08c65b5177ab.tar.gz
Autogenerated HTML docs for v1.7.5.3-485-g090a1
Diffstat (limited to 'git-sh-i18n--envsubst.html')
-rw-r--r--git-sh-i18n--envsubst.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/git-sh-i18n--envsubst.html b/git-sh-i18n--envsubst.html
index 67b0c50d4..886d39695 100644
--- a/git-sh-i18n--envsubst.html
+++ b/git-sh-i18n--envsubst.html
@@ -412,6 +412,18 @@ git-sh-i18n&#8212;envsubst(1) Manual Page
</p>
</div>
</div>
+<h2 id="_synopsis">SYNOPSIS</h2>
+<div class="sectionbody">
+<div class="verseblock">
+<div class="verseblock-content">eval_gettext () {
+ printf "%s" "$1" | (
+ export PATH $(<em>git sh-i18n&#8212;envsubst</em> --variables "$1");
+ <em>git sh-i18n&#8212;envsubst</em> "$1"
+ )
+}</div>
+<div class="verseblock-attribution">
+</div></div>
+</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
<div class="paragraph"><p>This is not a command the end user would want to run. Ever.
@@ -431,7 +443,7 @@ of Git. Don&#8217;t use it.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-05-23 23:05:02 UTC
+Last updated 2011-05-31 19:53:01 UTC
</div>
</div>
</body>