X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=95e3dabad22ea898b81dac98635e4f78a5c116db;hp=0c27ce1d9b448bf88af60cb9e74e004ba76bbee1;hb=2017df2408d7a815e4594d93501e3253b8d799ca;hpb=ae0db7b41fc17aaec906c7d00dc1661730a5d871 diff --git a/grml-live b/grml-live index 0c27ce1..95e3dab 100755 --- a/grml-live +++ b/grml-live @@ -439,7 +439,7 @@ for file in "$LIVE_CONF" "$CONFIG" "$LOCAL_CONFIG" ; do done # notice: activate grml-live pool only if we are building against unstable: -if grep -qe unstable -qe sid "$SOURCES_LIST_FILE" ; then +if grep -qwe unstable -qwe sid "$SOURCES_LIST_FILE" ; then grep -q 'grml-live.*main' "$SOURCES_LIST_FILE" || \ grep grml-stable "$SOURCES_LIST_FILE" | \ sed 's/grml-stable/grml-live/' >> "$SOURCES_LIST_FILE"