ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Vladimir Lomov <lomov.vl@gmail.com>
To: General mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: [PATCH] Small improvement for 'setuptex'
Date: Thu, 22 Sep 2011 22:46:08 +0900	[thread overview]
Message-ID: <20110922134608.GQ21773@smoon> (raw)

[-- Attachment #1: Type: text/plain, Size: 440 bytes --]

Hello.

I'm using standard 'setuptex' file to set apropriate variables for my
shell. I'd like to suggest small improvement for this file. See
attached patch.

P.S. The real use of this file is in my shell initialization scripts.
It is sourced in specific way so I faced a situation when 'export' is
required. Besides that unsetting unused variables also good habit to
interactive session.

---
WBR, Vladimir Lomov

-- 
Violence is molding.

[-- Attachment #2: setuptex.patch --]
[-- Type: text/plain, Size: 609 bytes --]

--- setuptex.orig	2011-09-22 22:36:37.000000000 +0900
+++ setuptex	2011-09-22 22:38:12.000000000 +0900
@@ -148,13 +148,16 @@
 	fi
 
 # ConTeXt binaries have to be added to PATH
-TEXMFOS=$TEXROOT/texmf-$platform
-PATH=$TEXMFOS/bin:$PATH
+export TEXMFOS=$TEXROOT/texmf-$platform
+export PATH=$TEXMFOS/bin:$PATH
 # TODO: we could set OSFONTDIR on Mac for example
 
 # not sure why this would be needed
 # export CTXMINIMAL=yes
 
+# unset variables that won't be used lately
+unset platform cpu system OWNPATH SCRIPTPATH ARGPATH
+
 else
 	echo "provide a proper tex root (like '. setuptex /something/tex')" ;
 fi

[-- Attachment #3: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2011-09-22 13:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-22 13:46 Vladimir Lomov [this message]
2011-09-23  7:38 ` Mojca Miklavec
2011-09-23 12:37   ` Vladimir Lomov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110922134608.GQ21773@smoon \
    --to=lomov.vl@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).