Skip to Content.
Sympa Menu

sm-grimoire - [SM-Grimoire] Comments in DETAILS

sm-grimoire AT lists.ibiblio.org

Subject: Discussion of Spells and Grimoire items

List archive

Chronological Thread  
  • From: Dufflebunk <dufflebunk AT dufflebunk.homeip.net>
  • To: Grimoire <sm-grimoire AT lists.ibiblio.org>
  • Subject: [SM-Grimoire] Comments in DETAILS
  • Date: Sun, 13 Jul 2003 05:49:40 -0000

Another question about the standard DETAILS format, are comments allowed
in it?
For example in duhdraw:
VERSION=2.7.7 #1

There are many more cases, but the ones I am interested in are the ones
which are not alone on a line.

I wrote another quick one liner in case you want to see which I'm
talking about:
for i in /var/lib/sorcery/codex/devel/*/*/DETAILS ; do A=$(grep -E
'[^[:blank:]][[:blank:]][[:blank:]]*#' $i | grep '=' ) ; [[ $A ]] &&
echo "BAD? $i" && echo -e "\t$A"; done

That's not a perfect output, some in there are fine. It's not even a big
problem, I can work around them. I just wanted to know if people find
comments in DETAILS useful or not.

--


Quidquid latine dictum sit, altum sonatur.
-----------------
PGP public key at
http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0x3327A9A5
F1






Archive powered by MHonArc 2.6.24.

Top of Page