Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 13254] summon sanity check worked when it shouldn't have

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 13254] summon sanity check worked when it shouldn't have
  • Date: 11 Nov 2006 14:28:15 -0000

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





------- Additional Comments From jakakranjc AT email.si 2006-11-11 08:28 -------
Created an attachment (id=6513)
--> (http://bugs.sourcemage.org/attachment.cgi?id=6513&action=view)
proposed fix

$ for i in /var/spool/sorcery/*.tar.gz; do file "$i" | grep 'was "'; done | wc
-l
43

seems it is not so uncommon (bash is one of them). But the pattern is
reccuring. The patch changes the output from

$ file /var/spool/sorcery/HTML-Tagset-3.04.tar.gz
/var/spool/sorcery/HTML-Tagset-3.04.tar.gz: gzip compressed data, was
"HTML-Tagset-3.04.tar", from Unix, last modified: Thu Dec 30 08:26:33 2004

to

$ file -b /var/spool/sorcery/HTML-Tagset-3.04.tar.gz | sed 's/was "[^"]*", //'
gzip compressed data, from Unix, last modified: Thu Dec 30 08:26:33 2004


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