SPECS: builder - warning to stderr
glen
glen at pld-linux.org
Mon Jul 23 13:57:00 CEST 2007
Author: glen Date: Mon Jul 23 11:57:00 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- warning to stderr
---- Files affected:
SPECS:
builder (1.509 -> 1.510)
---- Diffs:
================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.509 SPECS/builder:1.510
--- SPECS/builder:1.509 Mon Jul 2 18:50:06 2007
+++ SPECS/builder Mon Jul 23 13:56:55 2007
@@ -521,7 +521,7 @@
PACKAGE_RELEASE=$(rpm_dump | awk '$2 == "PACKAGE_RELEASE" { print $3; exit}')
if [ "$PACKAGE_NAME" != "$ASSUMED_NAME" ]; then
- echo "WARNING! Spec name ($ASSUMED_NAME) does not agree with package name ($PACKAGE_NAME)"
+ echo >&2 "WARNING! Spec name ($ASSUMED_NAME) does not agree with package name ($PACKAGE_NAME)"
fi
if [ -n "$BE_VERBOSE" ]; then
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/builder?r1=1.509&r2=1.510&f=u
More information about the pld-cvs-commit
mailing list