# If you get './makedepend: 1: Syntax error: Unterminated quoted
# string' when bisecting versions of perl older than 5.9.5 this hack
# will work around the bug in makedepend.SH which was fixed in
- # version 96a8704c. Make sure to comment out `git co makedepend.SH'
+ # version 96a8704c. Make sure to comment out `git checkout makedepend.SH'
# below too.
git show blead:makedepend.SH > makedepend.SH
./perl -Ilib ~/testcase.pl
ret=$?
[ $ret -gt 127 ] && ret=127
- # git co makedepend.SH
+ # git checkout makedepend.SH
git clean -dxf
exit $ret