corrected the export-commands on the output. It should be "export ANDROID..." and not "export $ANDROID..."

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29034 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Stummvoll 2011-01-12 12:36:52 +00:00
parent 13435127b7
commit 9ef9904fa5

View file

@ -61,7 +61,7 @@ cat <<EOF
* All done! * All done!
Please set the following environment variables before running tools/configure: Please set the following environment variables before running tools/configure:
export \$ANDROID_SDK_PATH=$SDK_PATH export ANDROID_SDK_PATH=$SDK_PATH
export \$ANDROID_NDK_PATH=$NDK_PATH export ANDROID_NDK_PATH=$NDK_PATH
EOF EOF