Skip to Content.
Sympa Menu

sm-sorcery-bugs - [Sm-Sorcery-Bugs] [Bug 1042] scribe add $grimoire from $url does not work

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [Sm-Sorcery-Bugs] [Bug 1042] scribe add $grimoire from $url does not work
  • Date: Sat, 21 Sep 2002 14:36:51 -0400

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





------- Additional Comments From jon-sven AT frisurf.no 2002-09-21 14:36 -------
Created an attachment (id=268)
--> (http://bugs.sourcemage.org/attachment.cgi?id=268&action=view)
Fixes the problem

Changes in scribe:add ():
Replaced two instances of
VARIABLE = "value"
with
VARIABLE="value"
as the former is not valid bash.

Changes in scribe::process_parameters():
Replaced two instances of
VARIABLE="value" shift 1
with
VARIABLE="value"; shift 1
as the former sets the variable _only_ for the call to shift,
and the changes are then lost later in the function




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