Ignore:
Timestamp:
09/15/14 10:09:12 (10 years ago)
Author:
sdipsl
Message:

bug fixes affecting only debug mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_debug/libIGCM_debug.ksh

    r1051 r1053  
    186186  # send mail 
    187187 
    188   if [ X${initBigBro}=Xtrue ] ; then 
     188  if [ X${initBigBro} = Xtrue ] ; then 
    189189    mailx -s "[TEMPORARY AMQP CHANNEL]" -a ${SUBMIT_DIR}/config.card.base64 ${mail_recipient} < ${buffer} # send buffer 
    190190    rm -f $buffer ; touch ${buffer}                                    # clear buffer 
     
    204204#D-function IGCM_debug_SendAMQP 
    205205#D- * Purpose: Send body; encoded body and config.card to rabbitMQ 
    206 function IGCM_debug_sendAMQP 
    207 { 
     206function IGCM_debug_sendAMQP { 
     207 
    208208  typeset decal first additionnalOption encodedBody 
    209209 
Note: See TracChangeset for help on using the changeset viewer.