diff options
Diffstat (limited to 'scripts/swabber-strace-attach')
| -rwxr-xr-x | scripts/swabber-strace-attach | 4 |
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 | ||
| 19 | si = file(os.devnull, 'r') | 19 | si = open(os.devnull, 'r') |
| 20 | so = file(sys.argv[2], 'w') | 20 | so = open(sys.argv[2], 'w') |
| 21 | se = so | 21 | se = so |
| 22 | 22 | ||
| 23 | # Replace those fds with our own | 23 | # Replace those fds with our own |
