[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r20782: {projects} Silence auto-naming script when everything is okay. (projects/tor-naming/auto-naming/trunk)
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