Browse Source

don't echo anymore (no need to debug script, it works)

QGC4.4
Keith Bennett 3 years ago committed by Don Gagne
parent
commit
f02808a328
  1. 3
      deploy/linux-post-link.sh

3
deploy/linux-post-link.sh

@ -26,11 +26,10 @@ @@ -26,11 +26,10 @@
# QML2_IMPORT_PATH=./Qt/qml QT_PLUGIN_PATH=./Qt/plugins ./QGroundControl
#
# -x: echo
# -e: stop on error
# -u: undefined variable use is an error
# -o pipefail: if any part of a pipeline fails, then the whole pipeline fails.
set -xeuo pipefail
set -euo pipefail
# To set these arguments, set them as an environment variable. For example:
# QTDIR=/opt/qgc-deploy/Qt RPATHDIR=/opt/qgc-deploy/Qt/libs QTCONF_PATH=/opt/qgc-deploy/qt.conf ./linux-post-link.sh

Loading…
Cancel
Save