Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/include/common.global.class.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2347 by niro, Mon Aug 24 10:10:27 2015 UTC revision 2348 by niro, Mon Aug 24 10:11:56 2015 UTC
# Line 151  x11runas() Line 151  x11runas()
151  {  {
152   if [[ -n $(pidof X) ]]   if [[ -n $(pidof X) ]]
153   then   then
154   su - "${MCORE_UNPRIV_USER}" -c "DISPLAY=${MCORE_XORG_DISPLAY} '$@'"   su - "${MCORE_UNPRIV_USER}" -c "DISPLAY=${MCORE_XORG_DISPLAY} $@"
155   fi   fi
156  }  }
157    

Legend:
Removed from v.2347  
changed lines
  Added in v.2348