commit | f462e0bf5b192a7bd4035a820f00598847239688 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Nov 03 18:52:35 2015 -0800 |
committer | Josh Gao <jmgao@google.com> | Wed Nov 04 14:21:35 2015 -0800 |
tree | 0dbe0907071bd39e470d9d0be89fb36079a66e1d | |
parent | cb094c6f2848c6bec3b7a849605f8e768f81e98a [diff] |
adb: make adb_basename match the POSIX behavior. Previously, adb_basename was behaving according to the GNU, POSIX-incompatible basename, despite POSIX adb_dirname existing alongside it. This patch changes adb_basename to pass through to the POSIX basename. Bug: http://b/25456821 Change-Id: I62a4865cccf3b9cdbc112e3e53ff475aa4a23bd9