Skip to content
Commit eed01ac1 authored by Robert Mourning's avatar Robert Mourning Committed by Geoffrey Métais
Browse files

compile.sh: local.properties init: fix regex matching android sdk/ndk variables.



grep was interpreting the variables as regexes intended to
match themselves. this could cause errors or false positives/negatives if the
variables contain regex metacharacters. now the variables are escaped to
produce regexes that will always and only match themselves.

Signed-off-by: default avatarGeoffrey Métais <geoffrey.metais@gmail.com>
parent 969ea713
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment