Changeset 251


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

Consolidation of shell scripts

Location:
trunk/SRC/Documentation/xmldoc
Files:
3 edited

Legend:

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

    r218 r251  
    9494   ;; 
    9595esac 
     96# 
     97set -u 
     98# 
    9699command=$(basename ${0}) 
    97100log_date=$(date -u +"%Y%m%dT%H%M%SZ") 
     
    120123# 
    121124# read parameters on command line 
    122 while [ ! -z "${1}" ] 
     125while [ ${#} -gt 0 ] 
    123126do 
    124127   case ${1} in 
     
    154157   shift 
    155158done 
    156 # 
    157 set -u 
    158159# 
    159160# test if ${indir} exist 
  • trunk/SRC/Documentation/xmldoc/showgrid.sh

    r218 r251  
    9292   ;; 
    9393esac 
     94# 
     95set -u 
     96# 
    9497command=$(basename ${0}) 
    9598log_date=$(date -u +"%Y%m%dT%H%M%SZ") 
     
    118121# 
    119122# read parameters on command line 
    120 while [ ! -z "${1}" ] 
     123while [ ${#} -gt 0 ] 
    121124do 
    122125   case ${1} in 
     
    152155   shift 
    153156done 
    154 # 
    155 set -u 
    156157# 
    157158# test if ${indir} exist 
  • trunk/SRC/Documentation/xmldoc/showpalettes.sh

    r218 r251  
    8686   ;; 
    8787esac 
     88# 
     89set -u 
     90# 
    8891command=$(basename ${0}) 
    8992log_date=$(date -u +"%Y%m%dT%H%M%SZ") 
     
    112115# 
    113116# read parameters on command line 
    114 while [ ! -z "${1}" ] 
     117while [ ${#} -gt 0 ] 
    115118do 
    116119   case ${1} in 
     
    146149   shift 
    147150done 
    148 # 
    149 set -u 
    150151# 
    151152# test if ${indir} exist 
Note: See TracChangeset for help on using the changeset viewer.