Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
J
jami-client-android
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 137
    • Issues 137
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Requirements
    • Requirements
    • List
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • savoirfairelinux
  • jami-client-android
  • Issues
  • #292

Closed
Open
Opened Jan 20, 2016 by RingBot@RingBotOwner

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

Issue generated from Tuleap's migration script. Originally submitted by: Ciro Santilli (cirosantilli)

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

diff --git a/compile.sh b/compile.sh
index 5e6cc25..595caea 100755
--- a/compile.sh
+++ b/compile.sh
@@ -13,7 +13,7 @@ set -e

if [ -z "$ANDROID_NDK" -o -z "$ANDROID_SDK" ]; then
echo "You must define ANDROID_NDK, ANDROID_SDK and ANDROID_ABI before starting."

  • echo "They must point to your NDK and SDK directories.\
    "
  • echo "They must point to your NDK and SDK directories."
    exit 1
    fi
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: savoirfairelinux/ring-client-android#292