Changeset 73 for trunk


Ignore:
Timestamp:
03/15/10 16:52:44 (14 years ago)
Author:
pinsard
Message:

extract_rst.sh: remove first temporary file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/extract_rst.sh

    r67 r73  
    22#+ 
    33# 
    4 # NAME 
    5 # ==== 
    6 # 
    7 # extract.sh - extract ReStructuredText from source file 
     4# ========== 
     5# extract.sh  
     6# ========== 
     7# 
     8# ----------------------------------------- 
     9# extract ReStructuredText from source file 
     10# ----------------------------------------- 
    811# 
    912# SYNOPSIS 
     
    289292if [ ! -s /tmp/${$}_1 ] 
    290293then 
    291  rm /tmp/${$}_1 
     294 rm /tmp/${$}_0 /tmp/${$}_1 
    292295 echo "iii : no rst comments in ${filein}" 
    293296 exit 1 
     
    314317# 
    315318# clean 
    316 rm /tmp/${$}_1 /tmp/${$}_2 /tmp/${$}_3 2> /dev/null 
     319rm /tmp/${$}_0 /tmp/${$}_1 /tmp/${$}_2 /tmp/${$}_3 2> /dev/null 
    317320# 
    318321# exit 
Note: See TracChangeset for help on using the changeset viewer.