xref: /netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/gcc-svn-recordfail (revision 36ac495d2b3ea2b9d96377b2143ebfedac224b92)
1#! /bin/sh
2
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.
5
6ID=$1
7REV=`${REG_IDS} -f index -t rev ${ID}`
8echo $REV >> ${REG_FAILLIST}
9