summaryrefslogtreecommitdiff
path: root/buildscripts/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/utils.py')
-rw-r--r--buildscripts/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/utils.py b/buildscripts/utils.py
index a30b9576b76..68273ee69c8 100644
--- a/buildscripts/utils.py
+++ b/buildscripts/utils.py
@@ -87,7 +87,7 @@ def execsys( args ):
def getprocesslist():
raw = ""
try:
- raw = execsys( "/bin/ps -ax" )[0]
+ raw = execsys( "/bin/ps axww" )[0]
except Exception,e:
print( "can't get processlist: " + str( e ) )