[kde-services-devel] r484 - trunk/commitfilter

josef at new.kstuff.org josef at new.kstuff.org
Sun Oct 12 19:38:56 CEST 2008


Author: josef
Date: 2008-10-12 19:38:56 +0200 (Sun, 12 Oct 2008)
New Revision: 484

Modified:
   trunk/commitfilter/commitfilter.sh
Log:
- ensure that the marker file exists



Modified: trunk/commitfilter/commitfilter.sh
===================================================================
--- trunk/commitfilter/commitfilter.sh	2008-10-12 17:28:36 UTC (rev 483)
+++ trunk/commitfilter/commitfilter.sh	2008-10-12 17:38:56 UTC (rev 484)
@@ -38,6 +38,7 @@
 			mv ~/.forward.tmp ~/.forward
 		else
 			# Send out a warning mail
+			touch ~/.forward.tmp.last
 			diff -u ~/.forward.tmp.last ~/.forward.tmp >/dev/null
 			if [ $? = 1 ]; then
 				cp ~/.forward.tmp ~/.forward.tmp.last



More information about the kde-services-devel mailing list