commit | e8e945a700fd4edeca201ecadc5186820a3a859a | [log] [tgz] |
---|---|---|
author | Chris Redpath <chris.redpath@arm.com> | Fri Oct 14 14:35:58 2016 +0100 |
committer | Chris Redpath <chris.redpath@arm.com> | Fri Oct 14 14:35:58 2016 +0100 |
tree | e34a23e54c6c904266ea6d11ac4c43271536a3d8 | |
parent | 934075c76c1305b63a1a43a1ff89d4c01152a4b4 [diff] |
Fix adb pull with wildcard on Android v7+ Similarly to other uses of ls, the change to multi-column default output format has confused this API. Add in a similar routine to other objects which use ls, so that we can try to figure out if we have a multi-column default and control the output if so, or just use the plain command if that doesn't work and hope it is still single column output. Signed-off-by: Chris Redpath <chris.redpath@arm.com>