Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/citrix/storefront-resolver.in

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

revision 2511 by niro, Fri Aug 28 11:01:50 2015 UTC revision 2512 by niro, Mon Sep 14 09:57:21 2015 UTC
# Line 32  then Line 32  then
32   USE_XMESSAGE=1   USE_XMESSAGE=1
33  fi  fi
34    
35    die() { echo "ERROR: $@"; exit 1; }
36    
37  storefront_list_store()  storefront_list_store()
38  {  {
39   "${BROWSER}" -l | cut -d"'" -f1-3 | sed "s:'::g"   "${BROWSER}" -l | cut -d"'" -f1-3 | sed "s:'::g"

Legend:
Removed from v.2511  
changed lines
  Added in v.2512