Skip to content
Snippets Groups Projects
Commit 77372d02 authored by Ciro Santilli's avatar Ciro Santilli Committed by gerrit2
Browse files

doc: remove uneeded \n in android's compile.sh script

Bash 4.3 prints a literal \n , and POSIX does not define the behaviour.

Tuleap: #247
Change-Id: If58523b62fd6b013b72146ff52d15530b559d5dc
parent 3d96a7f6
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ set -e ...@@ -13,7 +13,7 @@ set -e
if [ -z "$ANDROID_NDK" -o -z "$ANDROID_SDK" ]; then if [ -z "$ANDROID_NDK" -o -z "$ANDROID_SDK" ]; then
echo "You must define ANDROID_NDK, ANDROID_SDK and ANDROID_ABI before starting." echo "You must define ANDROID_NDK, ANDROID_SDK and ANDROID_ABI before starting."
echo "They must point to your NDK and SDK directories.\n" echo "They must point to your NDK and SDK directories."
exit 1 exit 1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment