Show
Ignore:
Timestamp:
01/27/10 00:20:48 (3 years ago)
Author:
saturday06
Message:

pauda-

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/objective-cplusplus/i3/trunk/scripts/POTFILES.in.sh

    r36538 r36544  
    1313 
    1414sed -e 's/\r\n/\n/' POTFILES.in.tmp0 | cut -b${#srcdir}- | cut -b3- > POTFILES.in.tmp 
     15rm POTFILES.in.tmp0 
    1516 
    1617if test ! -s POTFILES.in.tmp; then 
     
    2122 
    2223cmp POTFILES.in.tmp $target 
    23 if test $? -eq 0; then 
     24cmp_result=$? 
     25rm POTFILES.in.tmp 
     26if test $cmp_result -eq 0; then 
    2427    exit 0 
    2528fi 
    2629 
    27 cp -p POTFILES.in.tmp $target 
     30cp POTFILES.in.tmp $target 
    2831if test $? -ne 0; then 
    2932    exit 1