about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dtas-readahead2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dtas-readahead b/bin/dtas-readahead
index 6a8edf7..913bf07 100755
--- a/bin/dtas-readahead
+++ b/bin/dtas-readahead
@@ -75,7 +75,7 @@ rescue Errno::ENOENT => e # race, process is dead
 end
 
 def children_of(ppid)
-  `ps h -o pid --ppid=#{ppid}`.split(/\s+/s).map(&:to_i)
+  `ps h -o pid --ppid=#{ppid}`.split(/\s+/).map(&:to_i)
 end
 
 def expand_pid(pid)