From 742d2337e5afdedb5489e4b9f965e5d34c6db49e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 29 Jan 2018 01:11:04 +0000 Subject: get rid of Windows-31J regexps Oops, a Perlism crept in :x --- bin/dtas-readahead | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/dtas-readahead') 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) -- cgit v1.2.3-24-ge0c7