Changeset 354 for trunk/install.sh


Ignore:
Timestamp:
04/08/14 10:27:39 (10 years ago)
Author:
pinsard
Message:

fix thanks to coding rules; typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.sh

    r325 r354  
    5555# - fplod 2008-09-16T15:24:26Z aedon.locean-ipsl.upmc.fr (Darwin) 
    5656# 
    57 #   * comments in ReStructured Text 
     57#   * comments in reStructuredText 
    5858# 
    5959# - fplod 2008-06-17T09:10:19Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    102102if [ ${#} -lt ${minargcount} ] 
    103103then 
    104    echo "eee : not enought arguments" 
     104   echo "eee : not enough arguments" 
    105105   echo "${usage}" 
    106106   exit 1 
Note: See TracChangeset for help on using the changeset viewer.