sources.list handling: match "sid" and "unstable" only as whole words.
authorMichael Prokop <mika@grml.org>
Sat, 28 May 2011 13:00:58 +0000 (15:00 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 28 May 2011 13:01:00 +0000 (15:01 +0200)
When we grep for "sid" this matches the string "consider", so make
sure we consider "sid" (and "unstable" while at it as well) only
if it's being used as a whole word.

Thanks to Andreas Korsten for reporting.


No differences found