I'm following an installation script on GitHub and one of the steps is:
cp sources/openssl/1.0.1p/Android.mk -o sources/openssl/$OPENSSL_VERSION/Android.mk
But my terminal threw an error cp: invalid option -- 'o'
I checked man cp
on my Ubuntu, and there's no option -o
. Is this a MAC OS thing? What does cp -o
stand for?