Ignore:
Timestamp:
09/02/13 10:05:49 (11 years ago)
Author:
mafoipsl
Message:

Bug fixed in #945.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ada.ksh

    r945 r946  
    19801980    quota_volume=${volume_quota%%\%} 
    19811981#    echo $quota_volume 
    1982     if [ $(echo "${quota_volume} > ${limit_quota}" | bc) -eq 1 ] 
     1982    if [ $(echo "${quota_volume} > ${limit_quota}" | bc) -eq 1 ] ; then 
    19831983      IGCM_debug_Print 1 "Please, check your quota of volume on workgpfs" 
    19841984      IGCM_debug_Print 1 "${quota_volume}% of your quota is used" 
Note: See TracChangeset for help on using the changeset viewer.