Author: mis                          Date: Mon Jul  2 08:11:14 2007 GMT
Module: poldek                        Tag: HEAD
---- Log message:
- missing 'el'

---- Files affected:
poldek/poldek/python:
   pyldek.py (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: poldek/poldek/python/pyldek.py
diff -u poldek/poldek/python/pyldek.py:1.3 poldek/poldek/python/pyldek.py:1.4
--- poldek/poldek/python/pyldek.py:1.3  Mon Jul  2 00:40:58 2007
+++ poldek/poldek/python/pyldek.py      Mon Jul  2 10:11:09 2007
@@ -264,7 +264,7 @@
     if command in [ 'ls', 'search', 'llu' ]:
         pyl.execute_pkg_command(a_command)
 
-    if command in [ 'install' ]:
+    elif command in [ 'install' ]:
         pyl.install(masks = args[1:])
         
     elif command == 'desc':
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/poldek/poldek/python/pyldek.py?r1=1.3&r2=1.4&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to