diff --git a/AndroidCompat/getAndroid.sh b/AndroidCompat/getAndroid.sh index a0cb7240..8c95ad5e 100755 --- a/AndroidCompat/getAndroid.sh +++ b/AndroidCompat/getAndroid.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# This is a windows only powershell script to create android.jar stubs +# This is a bash script to create android.jar stubs # foolproof against running from AndroidCompat dir instead of running from project root if [ "$(basename $(pwd))" = "AndroidCompat" ]; then cd ..