From 28d4d229ab077c545e304243d7a17cff8c5a0f45 Mon Sep 17 00:00:00 2001 From: Andy Doan Date: Tue, 13 Mar 2012 12:49:12 -0500 Subject: fix usage statement for builds with overlays --- build-scripts/create-user-build-script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-scripts/create-user-build-script') diff --git a/build-scripts/create-user-build-script b/build-scripts/create-user-build-script index 427f88d..d061830 100755 --- a/build-scripts/create-user-build-script +++ b/build-scripts/create-user-build-script @@ -7,7 +7,7 @@ setup-repo-vars if [ -n "$SOURCE_OVERLAY" ]; then USAGE_SUM="'Usage: \$0 -o [ -t -d directory ]'" - USAGE_OVERLAY="\n -o The path to the vendor required overlay\n Can be downloaded from http://snapshots.linaro.org/android/binaries/$SOURCE_OVERLAY\n" + USAGE_OVERLAY="'\\n -o The path to the vendor required overlay.\\n Can be downloaded from http://snapshots.linaro.org/android/binaries/$SOURCE_OVERLAY\\n'" USAGE_OPTOVERLAY="o:" USAGE_OPTHANDLER="o ) SOURCE_OVERLAY=\$OPTARG;;" else @@ -35,7 +35,7 @@ DIR=android usage() { echo $USAGE_SUM - echo $USAGE_OVERLAY + echo -e $USAGE_OVERLAY echo " -t Reproduce the from the tip of the branch rather than doing" echo " an exact replica build" echo " -d The directory to download code and build from" -- cgit v1.2.3