Ignore:
Timestamp:
10/03/11 12:31:17 (13 years ago)
Author:
pinsard
Message:

Consolidation of shell scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/project_profile.sh

    r9 r10  
    123123LANG=C 
    124124# 
     125set -u 
     126# 
    125127# as this script might be launch in .profile, command is forced. 
    126128command=project_profile.sh 
     
    128130usage=" Usage : ${command} -d directory -i indir -o outdir -t tempdir -s saxo_dir" 
    129131# 
    130 set +u 
    131 while [ ! -z "${1}" ] 
     132while [ ${#} -gt 0 ] 
    132133do 
    133134   case ${1} in 
Note: See TracChangeset for help on using the changeset viewer.