~michael-sheldon/ubuntu-touch-session/fix-1659388

« back to all changes in this revision

Viewing changes to etc/profile.d/10-upstart-phablet.sh

  • Committer: Ricardo Mendoza
  • Date: 2013-07-16 19:56:00 UTC
  • mto: This revision was merged to the branch mainline in revision 80.
  • Revision ID: ricardo.mendoza@canonical.com-20130716195600-qa31voai0298zgt0
Change pach

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Join the phablet Upstart session
2
 
export UPSTART_SESSION=$(initctl list-sessions | awk '{ print $NF; quit }')
 
2
export UPSTART_SESSION=$(/sbin/initctl list-sessions | awk '{ print $NF; quit }')