bmwcarit / barefoot

Java map matching library for integrating the map into software and services with state-of-the-art online and offline map matching that can be used stand-alone and in the cloud.
Apache License 2.0
665 stars 186 forks source link

Simplify passphrase grep check #95

Open aureliojargas opened 6 years ago

aureliojargas commented 6 years ago

Since grep returns with exit code 0 when the search string is found, it can be used directly on the if.

Also, using the -s option there's no need to check if the file exists.

jongiddy commented 6 years ago

Thanks for the suggestion. This line is also modified in #90 so I'd suggest we consider making this change after that has been merged.