summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphilippe colliot <philippe.colliot@mpsa.com>2014-09-29 09:40:14 +0200
committerphilippe colliot <philippe.colliot@mpsa.com>2014-09-29 09:40:14 +0200
commit469f4bbb8e811ee024e2f831eceec79bd65578bd (patch)
tree890461f5f6e1f5c2f11fcaa8a226b6c9236f876c
parent8a5158d426753645bad05dca84cbf3afe3490f0a (diff)
downloadpoi-service-469f4bbb8e811ee024e2f831eceec79bd65578bd.tar.gz
fix some minor bugs
-rwxr-xr-xsrc/navigation/script/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/navigation/script/build.sh b/src/navigation/script/build.sh
index 3a5366c..9eee589 100755
--- a/src/navigation/script/build.sh
+++ b/src/navigation/script/build.sh
@@ -120,7 +120,7 @@ usage() {
echo "command:"
echo " make Build"
echo " make <target bin> <target positioning> Build and set targets "
- echo " <target bin> Path of the binaries"
+ echo " <target bin> Path of the binaries"
echo " <target positioning> Path of the positioning code"
echo " clean Clean"
echo " src-clean Clean the cloned sources"
@@ -264,6 +264,7 @@ if [ $# -ge 1 ]; then
usage
fi
elif [ $# -eq 0 ]; then
+ set-path
build
else
usage