[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Using CDBS (was: Re: [RFS] muscle)



On Mon, 11 Feb 2008, David Paleino wrote:

     `grep -v '^#' debian/rules | wc -l` -le 17
This leaves as much space as needed for the comments and introduces
a very important number[1]. ;-))

This does not fully work: "#" might not be at the start of the line, and you're

Well, I was not really honest, but if you like take

       `grep -v '^[[:space:]]*#' debian/rules | wc -l` -le 17

also excluding "#!/usr/bin/make -f", which is obviously part of the code :p.

No, it is included - if not I would have choosen '-lt' ... ;-)))

[1] http://www.vinc17.org/d17_eng.html
     BTW, I observed in real live several occurences of 17 at totally
     unrelated events - so something must be there behind our knowledge. ;-))

Ehm... weird :)

Yep.  Just make a little try at home and ask somebody to tell you
a random number between 1 and 20.  I have heard that there is some
statistical significance that people tend to 17 more than to any
other number.

Please do not take any of my contributions to this thread too serious

    Andreas.

--
http://fam-tille.de


Reply to: