Author: reinhard
Date: 2006-10-15 18:59:16 -0500 (Sun, 15 Oct 2006)
New Revision: 8788

Modified:
   trunk/gnue-common/src/utils/version.py
Log:
Fixed typo.


Modified: trunk/gnue-common/src/utils/version.py
===================================================================
--- trunk/gnue-common/src/utils/version.py      2006-10-15 23:58:16 UTC (rev 
8787)
+++ trunk/gnue-common/src/utils/version.py      2006-10-15 23:59:16 UTC (rev 
8788)
@@ -57,7 +57,7 @@
         return 'unknown'
 
     cmd = ("LANG=C svn info %s | grep 'Last Changed Rev:' " + \
-            "| sed -e 's/Last Changed Rev: //'") % dir
+            "| sed -e 's/Last Changed Rev: //'") % directory
 
     filename = tempfile.mktemp('svnrev')
     os.system(cmd + '> %s' % filename)



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to