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
4 files changed