1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 <2012> 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 <2012> 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: ENV Variables in EDM |
From: | Dirk Zimoch <[email protected]> |
To: | "Szalata, Zenon M." <[email protected]> |
Cc: | "[email protected]" <[email protected]> |
Date: | Thu, 15 Mar 2012 17:14:14 +0100 |
Hi Zen,I am not familiar with EDM, but this looks like the shell, not EMD is executing "/opt/myarea/bin/$(ARCH)/command". For the shell, $(xxx) means: execute command "xxx" and use its stdout output as a value. Try ${ARCH} or $ARCH instead.
Dirk Szalata, Zenon M. wrote:
I would like to be able to specify command path using an environment variable in the Shell Command widget.For example I would like to have path like this: /opt/myarea/bin/$(ARCH)/commandwhere ARCH is an environment variable. In my case it can have value arch-32 or arch-64 value.When I do that I get an error message:sh: arch-32: No such file or directoryHow can this be done? Any help will be appreciated. Thanks, Zen