[Dehs-devel] r145 - trunk

atomo64-guest at alioth.debian.org atomo64-guest at alioth.debian.org
Fri Jul 4 01:18:56 UTC 2008


Author: atomo64-guest
Date: 2008-07-04 01:18:56 +0000 (Fri, 04 Jul 2008)
New Revision: 145

Modified:
   trunk/dehs.sh
Log:
Correct the order on which the scripts are compared


Modified: trunk/dehs.sh
===================================================================
--- trunk/dehs.sh	2008-07-03 20:57:06 UTC (rev 144)
+++ trunk/dehs.sh	2008-07-04 01:18:56 UTC (rev 145)
@@ -76,7 +76,7 @@
 for script in uscan.pl debcheckout.pl; do
     if svn export svn://svn/devscripts/trunk/scripts/$script 1>/dev/null; then
 	   sed -i "s/###VERSION###/DEHS-SVN/g" $script
-	   if ! diff -uwB $WORKDIR/$script ./$script; then
+	   if ! diff -uwB ./$script $WORKDIR/$script; then
 		  echo "New $script available" >&2
 	   fi
 	   rm -f $script




More information about the Dehs-devel mailing list