about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-01-29 01:11:04 +0000
committerEric Wong <e@80x24.org>2018-01-29 01:11:04 +0000
commit742d2337e5afdedb5489e4b9f965e5d34c6db49e (patch)
tree44423a6d4e47c0d78719f6dcf9a2e4d5a637b3ed /bin
parent702e3ad47738363ab847f43155e047c7c6612f80 (diff)
downloaddtas-742d2337e5afdedb5489e4b9f965e5d34c6db49e.tar.gz
Oops, a Perlism crept in :x
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)