SPECS: adapter.awk - prevent adapter tabbing %define lines

glen glen at pld-linux.org
Mon Nov 28 23:46:42 CET 2005


Author: glen                         Date: Mon Nov 28 22:46:42 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- prevent adapter tabbing %define lines

---- Files affected:
SPECS:
   adapter.awk (1.212 -> 1.213) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.212 SPECS/adapter.awk:1.213
--- SPECS/adapter.awk:1.212	Tue Nov 22 21:57:52 2005
+++ SPECS/adapter.awk	Mon Nov 28 23:46:36 2005
@@ -151,6 +151,10 @@
 		next
 	if ($2 == "date")
 		date = 1
+
+	# do nothing further, otherwise adapter thinks we're at preamble
+	print
+	next
 }
 
 # Obsolete
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.212&r2=1.213&f=u




More information about the pld-cvs-commit mailing list