From: Michael Prokop Date: Sat, 28 May 2011 13:00:58 +0000 (+0200) Subject: sources.list handling: match "sid" and "unstable" only as whole words. X-Git-Tag: v0.14.1~3 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=2017df2408d7a815e4594d93501e3253b8d799ca;hp=2017df2408d7a815e4594d93501e3253b8d799ca;p=grml-live.git sources.list handling: match "sid" and "unstable" only as whole words. 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. ---