[packages/adapter: 16/631] - first line of spec was removed, if it wasn't CVS-tag line (was replaced by CVS macro).

glen glen at pld-linux.org
Mon Sep 12 19:35:48 CEST 2016


commit 6dec81fcfae2713eea7f820cce1e572fe9040ea6
Author: Sebastian Zagrodzki <sebek at zagrodzki.net>
Date:   Wed Jan 19 14:51:15 2000 +0000

    - first line of spec was removed, if it wasn't CVS-tag line (was replaced
      by CVS macro).
    
    Changed files:
        adapter.awk -> 1.16

 adapter.awk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/adapter.awk b/adapter.awk
index ba63805..b65e6d8 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -29,8 +29,7 @@ BEGIN {
 FNR == 1 {
 	if (!/# \$Revision:/)		# If this line is already OK?
 		print "# $" "Revision:$, " "$" "Date:$";	# No
-	else
-		print $0;					# Yes
+	print $0;						# Yes
 
 	next;				# It is enough for first line
 }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885



More information about the pld-cvs-commit mailing list