]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- print more duplicates than die on first match
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 28 Jan 2008 16:47:48 +0000 (16:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-config.py -> 1.5

kernel-config.py

index 638d2cd2a75392e07407952c17bc08e3ff7bb8e3..e093de74d56d1b41c590346bd069f0f6773360b9 100644 (file)
@@ -85,7 +85,7 @@ for l in f:
     symbol = c[0]
     if dict.has_key(symbol):
         print "Duplicate symbol %s!" % symbol
-        sys.exit(1)
+        continue
 
     par = False
     for i in c[1:]:
This page took 1.205051 seconds and 4 git commands to generate.