No solutions here, only another factor to toss into the pot :-)
Revolution allows you to retrieve certain environment variables. If you open the Variable Watcher, at the top you will see the listed, beginning with $.
However, the same discrepancy occurs with the $PATH variable:
in Terminal: /bin:/sbin:/usr/bin:/usr/sbin
in Rev's VW: /usr/bin:/bin:/usr/sbin:/sbin:/Users/sarah


Cheers,
Sarah

On 9 Jul 2004, at 5:36 pm, Kaveh Bazargan wrote:

Following earlier suggestions on this list, I am using the "get shell()"
command to send shell commands without going through Terminal.


Here is the problem I have. Please compare my result from Terminal:

===================
[~]: echo $SHELL
/bin/bash
[~]: echo $PATH
/usr/bin/java:/sw/bin:/Users/kaveh/bin:/bin:/usr/X11R6/bin:usr/local/ X11/bin:/usr/X11R6/lib:/usr/X11R6/include/X11:/Users/kaveh/bin:/usr/ local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/lib:.:/ Library/teTeX/bin/powerpc-apple-darwin1.3.7:/Users/kaveh/macgs-704- shlib/lib:/usr/local/bin/
[~]:
====================


And here is what I get back in RunRev, using

put shell("echo $SHELL; echo $PATH")

====================
/bin/bash
/usr/bin:/bin:/usr/sbin:/sbin:/Users/kaveh
====================

_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to