]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- don't touch /^#/ lines in descriptions
authorkura <kura@pld-linux.org>
Thu, 18 Apr 2002 12:39:39 +0000 (12:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.105

adapter.awk

index 2392ae54d17b6b86e28152f65629176fedfc444a..d4fef6dd64e4fd39db9a265f2070f8dac81bd0d2 100644 (file)
@@ -65,7 +65,7 @@ defattr == 1 {
 }
 
 # Comments
-/^#/ {
+/^#/ && (description == 0) {
        if (/This file does not like to be adapterized!/) {
                print                   # print this message
                while (getline)         # print the rest of spec as it is
This page took 0.059653 seconds and 4 git commands to generate.