Changeset cddf28 in git for factory/bin/makeheader


Ignore:
Timestamp:
Jul 9, 2010, 3:31:01 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'b324714bf5073469800caef737deba1366fbd81f')
Children:
d8431c2b73868cc8fc20b9141cf9c891ef7b522b
Parents:
07a5f8d7b7093c5094a5a44b2e3b77422b791e9d
Message:
tr 241/ par. build of factory

git-svn-id: file:///usr/local/Singular/svn/trunk@12966 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/bin/makeheader

    r07a5f8 rcddf28  
    6161
    6262infile="$1"
    63 outfile="$2"
     63outfile="makeheader.$$"
     64final_outfile="$2"
    6465
    6566# get basename of $infile
     
    8283fi
    8384
    84 echo "/* $outfile automatically generated by makeheader from $infile */" > "$outfile"
     85echo "/* $final_outfile automatically generated by makeheader from $infile */" > "$outfile"
    8586
    8687# scan through template
     
    141142
    142143done < "$infile" >> "$outfile"
     144mv "$outfile" "$final_outfile"
Note: See TracChangeset for help on using the changeset viewer.