Magellan Linux

Annotation of /alx-src/trunk/alx-web/pnabrowse-wrapper

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2804 - (hide annotations) (download)
Mon Aug 29 20:22:21 2011 UTC (12 years, 8 months ago) by niro
File size: 185 byte(s)
-merged branch alx-web-0_6_0 into trunk
1 niro 2634 #!/bin/sh
2    
3     # first try the profile
4     [[ -f /etc/profile ]] && source /etc/profile
5    
6     # than fallback
7     if [[ -z ${ICAROOT} ]]
8     then
9     ICAROOT="/opt/ica-client"
10     fi
11    
12 niro 2635 ${ICAROOT}/util/pnabrowse $@