Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 13263] sorcery (cast) needs to honor environment variables or get switches for INSTALL_ROOT

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 13263] sorcery (cast) needs to honor environment variables or get switches for INSTALL_ROOT
  • Date: 11 Mar 2007 22:24:38 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13263





------- Additional Comments From pmahon AT sourcemage.org 2007-03-11 16:24
-------
Another way would be to use conditional assignment in the roots file:
FOO=${FOO:-bar}
will only assign "bar" to $FOO if it's not already set.
Then you can set FOO in the environment and sorcery will respect it.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page