Make copy_media.sh POSIX compatible

String comparision '==' is specific to bash, and not compatible with POSIX
shells like dash, which uses only '=' to test string equality

bug:25727833
Change-Id: I160351d272e018d7eee7d872e6527b009667bec3
1 file changed