Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8071] persistent var problems?

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 8071] persistent var problems?
  • Date: Sat, 22 Jan 2005 12:37:37 -0800 (PST)

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





------- Additional Comments From vlmarek AT volny.cz 2005-01-22 12:37 -------
Could you try

patches=$(make -sf $dependsmakefile all)
echo "'$patches'"

I think that it will contain end of line, rather than end of file. If yes, I
would try something like:

patches=$(make -sf $dependsmakefile all | head -n 1)

If this is not the case, could you provide complete testcase, please ?

--
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