Re: [exec] command & shell environment

Hamish <[email protected]>
Newsgroups gmane.comp.window-managers.fluxbox.user
Message-ID <[email protected]>
b4u68k wrote:
> Anyway, here is my ~/.fluxbox/startup file:
...
> export LANG=en_US.utf8
> export TIGCC=/usr/local/tigcc
> export PATH=$PATH:$TIGCC/bin


this may be a problem if your /bin/sh is not symlinked to bash, e.g. recent
releases of Ubuntu use dash for that. "export VAR=value" on the same line is a
bashism.

try like:

LANG=en_US.utf8
export LANG
TIGCC=/usr/local/tigcc
export TIGCC
PATH=$PATH:$TIGCC/bin
export PATH


or do the other variables export ok?


?,
Hamish




      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.