[Python-modules-commits] r9025 - in packages/argparse/trunk/debian (rules)
rrs-guest at users.alioth.debian.org
rrs-guest at users.alioth.debian.org
Sun Jul 12 08:04:22 UTC 2009
Date: Sunday, July 12, 2009 @ 08:04:18
Author: rrs-guest
Revision: 9025
Fix whitespace error
Modified:
packages/argparse/trunk/debian/rules
Modified: packages/argparse/trunk/debian/rules
===================================================================
--- packages/argparse/trunk/debian/rules 2009-07-12 08:01:14 UTC (rev 9024)
+++ packages/argparse/trunk/debian/rules 2009-07-12 08:04:18 UTC (rev 9025)
@@ -22,7 +22,7 @@
[ ! -e doc.orig ] || mv doc.orig doc
python setup.py clean --all
- [-f argparse.pyc ] && rm -f argparse.pyc
+ [ -f argparse.pyc ] && rm -f argparse.pyc
dh_clean
More information about the Python-modules-commits
mailing list