kylemanna / docker-aosp

🏗 Minimal Android AOSP build environment with handy automation wrapper scripts
https://registry.hub.docker.com/u/kylemanna/aosp/
MIT License
507 stars 239 forks source link

Readlink has no -f option in OS X #1

Closed bydavy closed 10 years ago

bydavy commented 10 years ago

https://github.com/kylemanna/docker-aosp/blob/683126f05c4cbeb7913ab50f520a3f6611441c15/tests/build-kitkat.sh#L22

This is the output of readlink in OS X $ readlink -f /Users readlink: illegal option -- f usage: readlink [-n] [file ...]

kylemanna commented 10 years ago

Fixed with #2 :beers: Thanks!