summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-03-29 07:08:34 +0100
committerLars Wirzenius <liw@liw.fi>2011-03-29 07:08:34 +0100
commitd901b8f4d8c422e4822c7a56bd579eb40a224dc2 (patch)
tree3e107a5a83d28a9aea5ac1e77563e8c01ea0f8ae
parent4b56f290c6807841b0ca3163c313fc6073423c38 (diff)
downloadliw-automation-d901b8f4d8c422e4822c7a56bd579eb40a224dc2.tar.gz
Fix disp to not print command it executes.version_8_11
-rw-r--r--debian/changelog6
-rwxr-xr-xscripts/disp1
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6788a69..dc38d36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liw-automation (8.11) squeeze; urgency=low
+
+ * Fix disp to not print command it executes.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 16 Feb 2011 10:08:41 +0000
+
liw-automation (8.10) squeeze; urgency=low
* Add asd.
diff --git a/scripts/disp b/scripts/disp
index 375bada..ee1ca85 100755
--- a/scripts/disp
+++ b/scripts/disp
@@ -56,7 +56,6 @@ class Disp(cliapp.Application):
if m != best:
args += ['--output', m, '--same-as', best]
- print args
self.runcmd(*args)