commit | cdbd919ae60676af5aaed01ba9a2ea9beb8e33ea | [log] [tgz] |
---|---|---|
author | Daniel Mentz <danielmentz@google.com> | Thu Feb 13 19:29:48 2014 -0800 |
committer | Daniel Mentz <danielmentz@google.com> | Thu Feb 13 19:29:48 2014 -0800 |
tree | 4d1dcb082991426adc3c244188967da4f0bd4c51 | |
parent | 770ebe07f59fe81b950fc04cd4c348e5462aab01 [diff] |
shell function startswith: Properly quote 2nd arg The second argument to startswith() is described as a literal string. Previously, it has been interpreted as a glob shell pattern. Quote it properly for it to be interpreted as a literal string instead of a pattern. Change-Id: I26c2b17f459621a23fd047947cae303ddf4f1d25