Ignore:
Timestamp:
10/04/11 16:47:01 (13 years ago)
Author:
pinsard
Message:

Consolidation of shell scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/doidldoc.sh

    r437 r468  
    210210   ;; 
    211211esac 
     212# 
     213set -u 
    212214# 
    213215command=$(basename ${0}) 
     
    238240fi 
    239241# 
    240 set +u 
    241 while [ ! -z "${1}" ] 
     242while [ ${#} -gt 0 ] 
    242243do 
    243244   case ${1} in 
     
    293294   shift 
    294295done 
    295 # 
    296 set -u 
    297296# 
    298297# check for outir 
     
    352351   ;; 
    353352esac 
     353more ${pro} 
    354354# 
    355355# launch IDL with the file built above 
Note: See TracChangeset for help on using the changeset viewer.