diff options
author | Michael Stummvoll <michael@stummi.org> | 2011-01-12 12:36:52 +0000 |
---|---|---|
committer | Michael Stummvoll <michael@stummi.org> | 2011-01-12 12:36:52 +0000 |
commit | 9ef9904fa56ff0c1d28e8f2ca2b511da9b9bd23e (patch) | |
tree | 96ef18edda762eb4dbc28a47a83c7b1e051ea252 /android | |
parent | 13435127b775252c746cae06d041f98fecb0e672 (diff) |
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-x | android/installToolchain.sh | 4 |
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 * All done! Please set the following environment variables before running tools/configure: -export \$ANDROID_SDK_PATH=$SDK_PATH -export \$ANDROID_NDK_PATH=$NDK_PATH +export ANDROID_SDK_PATH=$SDK_PATH +export ANDROID_NDK_PATH=$NDK_PATH EOF |