SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
Index: buildscripts/aggregate_tracefiles.py
|
||||
--- buildscripts/aggregate_tracefiles.py.orig
|
||||
+++ buildscripts/aggregate_tracefiles.py
|
||||
@@ -16,7 +16,7 @@ def aggregate(inputs, output):
|
||||
|
||||
args += ['-o', output]
|
||||
|
||||
- print ' '.join(args)
|
||||
+ print(' '.join(args))
|
||||
|
||||
return subprocess.call(args)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue