[or-cvs] r20782: {projects} Silence auto-naming script when everything is okay. (projects/tor-naming/auto-naming/trunk)

kloesing at seul.org kloesing at seul.org
Mon Oct 12 12:07:17 UTC 2009


Author: kloesing
Date: 2009-10-12 08:07:17 -0400 (Mon, 12 Oct 2009)
New Revision: 20782

Modified:
   projects/tor-naming/auto-naming/trunk/Sample-Makefile
Log:
Silence auto-naming script when everything is okay.


Modified: projects/tor-naming/auto-naming/trunk/Sample-Makefile
===================================================================
--- projects/tor-naming/auto-naming/trunk/Sample-Makefile	2009-10-12 06:55:12 UTC (rev 20781)
+++ projects/tor-naming/auto-naming/trunk/Sample-Makefile	2009-10-12 12:07:17 UTC (rev 20782)
@@ -14,7 +14,7 @@
 	cat $^ > "$@"
 
 ../approved-routers: approved-routers
-	if ! diff -q "$<" "$@"; then \
+	if ! diff "$<" "$@" > /dev/null; then \
 		mv "$<" "$@" &&\
 		(! [ -e /var/run/tor/tor.pid ] || kill -HUP `cat /var/run/tor/tor.pid`) ; \
 		fi



More information about the tor-commits mailing list