Ignore:
Timestamp:
02/18/14 11:03:22 (10 years ago)
Author:
pinsard
Message:

fix thanks to coding rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/project_profile.sh

    r12 r13  
    144144    case ${1} in 
    145145        -d) 
    146             # directory for application choosen by user (see svn checkout command used) 
     146            # directory for application choosen by user 
     147            # (see svn checkout command used) 
    147148            directory=${2} 
    148149            shift 
     
    171172            echo "eee : unknown option ${1}" 
    172173            echo "${usage}" 
    173             # nb : no exit because this file should be launched by login process 
     174            # nb : no exit because this file should be launched 
     175            # by login process 
    174176        ;; 
    175177    esac 
     
    255257then 
    256258    echo " eee : ${PROJECT_LOG} not writable" 
    257     # nb : no exit because this file shouldreachable be launched by login process 
     259    # nb : no exit because this file should reachable be launched 
     260    # by login process 
    258261fi 
    259262# 
Note: See TracChangeset for help on using the changeset viewer.