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

Consolidation of shell scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/superbib_profile.sh

    r109 r116  
    9595unset system 
    9696# 
     97set -u 
     98# 
    9799# as this script might be launch in .profile, command is forced. 
    98100command=superbib_profile.sh 
     
    100102usage=" Usage : ${command} -d directory -i indir -o outdir -t tempdir" 
    101103# 
    102 set +u 
    103 while [ ! -z "${1}" ] 
     104while [ ${#} -gt 0 ] 
    104105do 
    105106   case ${1} in 
Note: See TracChangeset for help on using the changeset viewer.