summaryrefslogtreecommitdiff
path: root/virt-manager
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2016-06-17 16:38:57 -0400
committerCole Robinson <crobinso@redhat.com>2016-06-17 16:38:57 -0400
commit118bf85cbaa8a376707873d8385bb86d315ea22d (patch)
tree165622dd2988fd25faba6cad114f4641c479b14e /virt-manager
parent20c2d5b6ff501b8acb43ba9105cb44157f85fb3e (diff)
downloadvirt-manager-118bf85cbaa8a376707873d8385bb86d315ea22d.tar.gz
Apparently -tt doesn't work with #!/usr/bin/env ...
Diffstat (limited to 'virt-manager')
-rwxr-xr-xvirt-manager2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt-manager b/virt-manager
index a4cf99f1..53b73563 100755
--- a/virt-manager
+++ b/virt-manager
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2 -tt
+#!/usr/bin/env python2
#
# Copyright (C) 2006, 2014 Red Hat, Inc.
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>