summaryrefslogtreecommitdiffstats
path: root/scripts/swabber-strace-attach
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/swabber-strace-attach')
-rwxr-xr-xscripts/swabber-strace-attach4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/swabber-strace-attach b/scripts/swabber-strace-attach
index bb0391a7ca..f258987d5e 100755
--- a/scripts/swabber-strace-attach
+++ b/scripts/swabber-strace-attach
@@ -16,8 +16,8 @@ else:
16 sys.exit() 16 sys.exit()
17 17
18 18
19si = file(os.devnull, 'r') 19si = open(os.devnull, 'r')
20so = file(sys.argv[2], 'w') 20so = open(sys.argv[2], 'w')
21se = so 21se = so
22 22
23# Replace those fds with our own 23# Replace those fds with our own