toolbox: anchor _repo pattern to start of line
commit7d246609e32a60f041698cc56f892c13369a9589
authorKyle J. McKay <mackyle@gmail.com>
Fri, 26 Dec 2014 02:29:56 +0000 (25 18:29 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 26 Dec 2014 02:29:56 +0000 (25 18:29 -0800)
tree8b26319af10a74dc3b12954fcec73bb107901ac4
parente5f0bb683b426cf9a8d9d81020bf7491e65ff4ce
toolbox: anchor _repo pattern to start of line

Although unlikely, it's possible that a user name could contain
the pattern _repo thereby causing that repository to be skipped
by the make-all-gc-eligible and update-all-hooks tools.

Anchor the _repo pattern to the beginning of the line with ^ to
avoid this possibility.
toolbox/make-all-gc-eligible.sh
toolbox/update-all-hooks.sh