diff -r fa635eb0b6f2 -r cd0c49bdbfd9 contrib/check-code.py --- a/contrib/check-code.py Thu Apr 01 17:51:32 2010 -0500 +++ b/contrib/check-code.py Thu Apr 01 17:51:59 2010 -0500 @@ -59,6 +59,7 @@ (r'\$PWD', "don't use $PWD, use `pwd`"), (r'[^\n]\Z', "no trailing newline"), (r'export.*=', "don't export and assign at once"), + ('^([^"\']|("[^"]*")|(\'[^\']*\'))*\\^', "^ must be quoted"), ] testfilters = [