2013-04-02 Catherine Moore <clm@codesourcery.com>
[official-gcc.git] / contrib / reghunt / bin / gcc-svn-recordfail
blobcf5cde7540be2d402c33820e234b9b0a10975475
1 #! /bin/sh
3 # Given an identifier that is an index into the current patch list,
4 # record the corresponding SVN number to the list of known failures.
6 ID=$1
7 REV=`${REG_IDS} -f index -t rev ${ID}`
8 echo $REV >> ${REG_FAILLIST}