]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- fixed bug where script was using value from last option
authorsparky <sparky@pld-linux.org>
Sat, 27 Sep 2008 21:29:19 +0000 (21:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-config.awk -> 1.9

kernel-config.awk

index 02fa83be1560f3c3ffa7eef4072fa65e510353d0..62d68c3afe394ce694ae71d8fca75de02ed7f22b 100644 (file)
@@ -100,6 +100,7 @@ function dieLater( code ) {
                sub( "^" option, "", line )
                sub( /^[ \t]*/, "", line )
 
+               delete archs
                if ( line ~ /"/ ) {
                        # there can be white spaces
                        i = 0
This page took 4.105942 seconds and 4 git commands to generate.