summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMichael Stummvoll <michael@stummi.org>2011-01-12 12:36:52 +0000
committerMichael Stummvoll <michael@stummi.org>2011-01-12 12:36:52 +0000
commit9ef9904fa56ff0c1d28e8f2ca2b511da9b9bd23e (patch)
tree96ef18edda762eb4dbc28a47a83c7b1e051ea252 /android
parent13435127b775252c746cae06d041f98fecb0e672 (diff)
downloadrockbox-9ef9904fa56ff0c1d28e8f2ca2b511da9b9bd23e.tar.gz
rockbox-9ef9904fa56ff0c1d28e8f2ca2b511da9b9bd23e.zip
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
Diffstat (limited to 'android')
-rwxr-xr-xandroid/installToolchain.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/installToolchain.sh b/android/installToolchain.sh
index e0c5d3a5f2..a506d95bf4 100755
--- a/android/installToolchain.sh
+++ b/android/installToolchain.sh
@@ -61,7 +61,7 @@ cat <<EOF
61 * All done! 61 * All done!
62 62
63Please set the following environment variables before running tools/configure: 63Please set the following environment variables before running tools/configure:
64export \$ANDROID_SDK_PATH=$SDK_PATH 64export ANDROID_SDK_PATH=$SDK_PATH
65export \$ANDROID_NDK_PATH=$NDK_PATH 65export ANDROID_NDK_PATH=$NDK_PATH
66 66
67EOF 67EOF