Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2635 - (hide annotations) (download)
Thu Jul 7 19:33:54 2011 UTC (12 years, 10 months ago) by niro
Original Path: alx-src/branches/alx-web-060/pnabrowse-wrapper
File size: 185 byte(s)
-typo
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 $@