Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/citrix/query-citrix-browser.in

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

revision 2320 by niro, Fri Jul 11 12:46:23 2014 UTC revision 2336 by niro, Mon Jul 14 07:49:08 2014 UTC
# Line 27  then Line 27  then
27   then   then
28   exclude="| grep -v '${pnabrowse_exclude}'"   exclude="| grep -v '${pnabrowse_exclude}'"
29   fi   fi
30   eval ${MROOT}/${PNABROWSE_EXECUTABLE} "${method}" "${PNABROWSE_CITRIX_BROWSER}" ${exclude}   if [[ -n ${MROOT} ]]
31     then
32     chrooted="system_chroot"
33     fi
34     eval ${chrooted} ${PNABROWSE_EXECUTABLE} "${method}" "${PNABROWSE_CITRIX_BROWSER}" ${exclude}
35  fi  fi

Legend:
Removed from v.2320  
changed lines
  Added in v.2336