Browse Source

GCS_MALink: improved generate.sh failure msg

master
Randy Mackay 11 years ago committed by Andrew Tridgell
parent
commit
a7c25ec649
  1. 2
      libraries/GCS_MAVLink/generate.sh

2
libraries/GCS_MAVLink/generate.sh

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
mavdir="$(dirname $0)"
dname="$(basename $mavdir)"
[ "$dname" = "GCS_MAVLink" ] || {
echo "This script should be run from the libraries/GCS_MAVLink directory"
echo "This script should be run from the ardupilot directory with the command ./libraries/GCS_MAVLink/generate.sh"
exit 1
}

Loading…
Cancel
Save