~bzoltan/ubuntu-qtcreator-plugins/security_policy_groups_are_not_saved

« back to all changes in this revision

Viewing changes to share/qtcreator/ubuntu/scripts/qtc_device_run_app

  • Committer: Tarmac
  • Author(s): Juhapekka Piiroinen
  • Date: 2013-09-27 15:53:52 UTC
  • mfrom: (45.1.1 qtcreator-plugin-ubuntu)
  • Revision ID: tarmac-20130927155352-r2wq0zhn1qenztn3
Can't run html5 apps on device from SDK (LP: 1232061). Fixes: https://bugs.launchpad.net/bugs/1232061.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
 
87
87
 
88
88
# run the application on the device
89
 
$SSH "bash -ic '${COMMAND}'"
 
89
$SSH "bash -ic 'source /etc/profile; ${COMMAND}'"
90
90