SPECS: adapter.awk - typo
glen
glen at pld-linux.org
Wed Oct 12 10:37:42 CEST 2005
Author: glen Date: Wed Oct 12 08:37:42 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- typo
---- Files affected:
SPECS:
adapter.awk (1.197 -> 1.198)
---- Diffs:
================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.197 SPECS/adapter.awk:1.198
--- SPECS/adapter.awk:1.197 Wed Oct 12 09:57:15 2005
+++ SPECS/adapter.awk Wed Oct 12 10:37:37 2005
@@ -540,7 +540,7 @@
$1 = "License:"
if (field ~ /name:/) {
- if ($2 == "%{name}" && version) {
+ if ($2 == "%{name}" && name) {
$2 = name
}
name = $2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.197&r2=1.198&f=u
More information about the pld-cvs-commit
mailing list